Html Css Color HEX #BBDA78 Sulu

📋 copy color: '#BBDA78'

red 187 ◦ green 218 ◦ blue 120

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

Shades of Sulu #BBDA78

Tints of Sulu #BBDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

 BLUE value IS 120 (47.27% from 255) = 22.86%

R = 35.62%
G = 41.52%
B = 22.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BBDA78 (or 0xBBDA78) is known color: Sulu. HEX triplet: BB, DA and 78. RGB value is (187,218,120). Sum of RGB (Red+Green+Blue) = 187+218+120=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA78 is #442587. Grayscale: #C5C5C5. Windows color (decimal): -4466056 or 7920315. OLE color: 7920315.

HSL color Cylindrical-coordinate representation of color #BBDA78: hue angle of 78.98º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBDA78 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 120 -
CMYK 0.14 0 0.45 0.15
HSL 78.98º 0.57% 0.66% -
HSV(B) 78.98º 0.45% 0.85% -
XYZ 48.96 62.06 27.17 -
YUV 197.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 187 218 120 0.14 0 0.45 0.15 78.98 0.57 0.66
Hex BB DA 78 E 0 2D F 4F 39 42
Octal 273 332 170 16 0 55 17 117 71 102
Binary 10111011 11011010 1111000 1110 0 101101 1111 1001111 111001 1000010

Color Harmonies of #BBDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA78

Black with #BBDA78

Text Example


Text Example

White with #BBDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA78; }

 p { color: rgb(187,218,120); }

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

background-color css

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

 a { background-color: rgb(187,218,120); }

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

border-color css

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

 span { border-color: rgb(187,218,120); }

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