Html Css Color HEX #BDDC84 Sulu

📋 copy color: '#BDDC84'

red 189 ◦ green 220 ◦ blue 132

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

Shades of Sulu #BDDC84

Tints of Sulu #BDDC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.4%

R = 34.94%
G = 40.67%
B = 24.4%

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

#BDDC84 (or 0xBDDC84) is known color: Sulu. HEX triplet: BD, DC and 84. RGB value is (189,220,132). Sum of RGB (Red+Green+Blue) = 189+220+132=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC84 is #42237B. Grayscale: #C9C9C9. Windows color (decimal): -4334460 or 8707261. OLE color: 8707261.

HSL color Cylindrical-coordinate representation of color #BDDC84: hue angle of 81.14º degrees, saturation: 0.56, 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 #BDDC84 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 132 -
CMYK 0.14 0 0.40 0.14
HSL 81.14º 0.56% 0.69% -
HSV(B) 81.14º 0.4% 0.86% -
XYZ 50.74 63.67 31.45 -
YUV 200.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 189 220 132 0.14 0 0.40 0.14 81.14 0.56 0.69
Hex BD DC 84 E 0 28 E 51 38 45
Octal 275 334 204 16 0 50 16 121 70 105
Binary 10111101 11011100 10000100 1110 0 101000 1110 1010001 111000 1000101

Color Harmonies of #BDDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC84

Black with #BDDC84

Text Example


Text Example

White with #BDDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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