Html Css Color HEX #BDDC85 Sulu

📋 copy color: '#BDDC85'

red 189 ◦ green 220 ◦ blue 133

#BDDC85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDDC85

Tints of Sulu #BDDC85

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 220 (86.33% from 255) = 40.59%

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 34.87%
G = 40.59%
B = 24.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDDC85 (or 0xBDDC85) is known color: Sulu. HEX triplet: BD, DC and 85. RGB value is (189,220,133). Sum of RGB (Red+Green+Blue) = 189+220+133=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC85 is #42237A. Grayscale: #C9C9C9. Windows color (decimal): -4334459 or 8772797. OLE color: 8772797.

HSL color Cylindrical-coordinate representation of color #BDDC85: hue angle of 81.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDC85 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 133 -
CMYK 0.14 0 0.40 0.14
HSL 81.38º 0.55% 0.69% -
HSV(B) 81.38º 0.4% 0.86% -
XYZ 50.81 63.7 31.81 -
YUV 200.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 189 220 133 0.14 0 0.40 0.14 81.38 0.55 0.69
Hex BD DC 85 E 0 28 E 51 37 45
Octal 275 334 205 16 0 50 16 121 67 105
Binary 10111101 11011100 10000101 1110 0 101000 1110 1010001 110111 1000101

Color Harmonies of #BDDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC85

Black with #BDDC85

Text Example


Text Example

White with #BDDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC85; }

 p { color: rgb(189,220,133); }

 H1.HeaderClassName
 {
   color: #BDDC85;
 }
 .AnyTagClassName
 {
   color: #BDDC85;
 }
</style>

background-color css

<style>
 a { background-color: #BDDC85; }

 a { background-color: rgb(189,220,133); }

 div.DivClassName
 {
   background-color: #BDDC85;
 }
 .BgClassName
 {
   background-color: #BDDC85;
 }
</style>

border-color css

<style>
 span { border-color: #BDDC85; }

 span { border-color: rgb(189,220,133); }

 td.TdClassName
 {
   border-color: #BDDC85;
 }
 .TagClassName
 {
   border-color: #BDDC85;
 }
</style>