Html Css Color HEX #BBDD6D Sulu

📋 copy color: '#BBDD6D'

red 187 ◦ green 221 ◦ blue 109

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

Shades of Sulu #BBDD6D

Tints of Sulu #BBDD6D

RGB

 RED value IS 187 (73.44% from 255) = 36.17%

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

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 36.17%
G = 42.75%
B = 21.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BBDD6D (or 0xBBDD6D) is known color: Sulu. HEX triplet: BB, DD and 6D. RGB value is (187,221,109). Sum of RGB (Red+Green+Blue) = 187+221+109=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD6D is #442292. Grayscale: #C6C6C6. Windows color (decimal): -4465299 or 7200187. OLE color: 7200187.

HSL color Cylindrical-coordinate representation of color #BBDD6D: hue angle of 78.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBDD6D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 109 -
CMYK 0.15 0 0.51 0.13
HSL 78.21º 0.62% 0.65% -
HSV(B) 78.21º 0.51% 0.87% -
XYZ 49.11 63.38 24.11 -
YUV 198.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 187 221 109 0.15 0 0.51 0.13 78.21 0.62 0.65
Hex BB DD 6D F 0 33 D 4E 3E 41
Octal 273 335 155 17 0 63 15 116 76 101
Binary 10111011 11011101 1101101 1111 0 110011 1101 1001110 111110 1000001

Color Harmonies of #BBDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD6D

Black with #BBDD6D

Text Example


Text Example

White with #BBDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD6D; }

 p { color: rgb(187,221,109); }

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

background-color css

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

 a { background-color: rgb(187,221,109); }

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

border-color css

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

 span { border-color: rgb(187,221,109); }

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