Html Css Color HEX #BBDA74 Sulu

📋 copy color: '#BBDA74'

red 187 ◦ green 218 ◦ blue 116

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

Shades of Sulu #BBDA74

Tints of Sulu #BBDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 35.89%
G = 41.84%
B = 22.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BBDA74 (or 0xBBDA74) is known color: Sulu. HEX triplet: BB, DA and 74. RGB value is (187,218,116). Sum of RGB (Red+Green+Blue) = 187+218+116=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA74 is #44258B. Grayscale: #C5C5C5. Windows color (decimal): -4466060 or 7658171. OLE color: 7658171.

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

Color convert

RGB 187 218 116 -
CMYK 0.14 0 0.47 0.15
HSL 78.24º 0.58% 0.65% -
HSV(B) 78.24º 0.47% 0.85% -
XYZ 48.72 61.97 25.92 -
YUV 197.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 187 218 116 0.14 0 0.47 0.15 78.24 0.58 0.65
Hex BB DA 74 E 0 2F F 4E 3A 41
Octal 273 332 164 16 0 57 17 116 72 101
Binary 10111011 11011010 1110100 1110 0 101111 1111 1001110 111010 1000001

Color Harmonies of #BBDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA74

Black with #BBDA74

Text Example


Text Example

White with #BBDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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