Html Css Color HEX #BBDC72 Sulu

📋 copy color: '#BBDC72'

red 187 ◦ green 220 ◦ blue 114

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

Shades of Sulu #BBDC72

Tints of Sulu #BBDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 35.89%
G = 42.23%
B = 21.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BBDC72 (or 0xBBDC72) is known color: Sulu. HEX triplet: BB, DC and 72. RGB value is (187,220,114). Sum of RGB (Red+Green+Blue) = 187+220+114=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC72 is #44238D. Grayscale: #C6C6C6. Windows color (decimal): -4465550 or 7527611. OLE color: 7527611.

HSL color Cylindrical-coordinate representation of color #BBDC72: hue angle of 78.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDC72 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 114 -
CMYK 0.15 0 0.48 0.14
HSL 78.68º 0.6% 0.65% -
HSV(B) 78.68º 0.48% 0.86% -
XYZ 49.12 62.97 25.48 -
YUV 198.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 187 220 114 0.15 0 0.48 0.14 78.68 0.6 0.65
Hex BB DC 72 F 0 30 E 4F 3C 41
Octal 273 334 162 17 0 60 16 117 74 101
Binary 10111011 11011100 1110010 1111 0 110000 1110 1001111 111100 1000001

Color Harmonies of #BBDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC72

Black with #BBDC72

Text Example


Text Example

White with #BBDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC72; }

 p { color: rgb(187,220,114); }

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

background-color css

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

 a { background-color: rgb(187,220,114); }

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

border-color css

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

 span { border-color: rgb(187,220,114); }

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