Html Css Color HEX #BDDD84 Sulu

📋 copy color: '#BDDD84'

red 189 ◦ green 221 ◦ blue 132

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

Shades of Sulu #BDDD84

Tints of Sulu #BDDD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 34.87%
G = 40.77%
B = 24.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BDDD84 (or 0xBDDD84) is known color: Sulu. HEX triplet: BD, DD and 84. RGB value is (189,221,132). Sum of RGB (Red+Green+Blue) = 189+221+132=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD84 is #42227B. Grayscale: #C9C9C9. Windows color (decimal): -4334204 or 8707517. OLE color: 8707517.

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

Color convert

RGB 189 221 132 -
CMYK 0.14 0 0.40 0.13
HSL 81.57º 0.57% 0.69% -
HSV(B) 81.57º 0.4% 0.87% -
XYZ 51.01 64.2 31.53 -
YUV 201.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 189 221 132 0.14 0 0.40 0.13 81.57 0.57 0.69
Hex BD DD 84 E 0 28 D 52 39 45
Octal 275 335 204 16 0 50 15 122 71 105
Binary 10111101 11011101 10000100 1110 0 101000 1101 1010010 111001 1000101

Color Harmonies of #BDDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD84

Black with #BDDD84

Text Example


Text Example

White with #BDDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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