Html Css Color HEX #BBDC74 Sulu

📋 copy color: '#BBDC74'

red 187 ◦ green 220 ◦ blue 116

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

Shades of Sulu #BBDC74

Tints of Sulu #BBDC74

RGB

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

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

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

R = 35.76%
G = 42.07%
B = 22.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BBDC74 (or 0xBBDC74) is known color: Sulu. HEX triplet: BB, DC and 74. RGB value is (187,220,116). Sum of RGB (Red+Green+Blue) = 187+220+116=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC74 is #44238B. Grayscale: #C6C6C6. Windows color (decimal): -4465548 or 7658683. OLE color: 7658683.

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

Color convert

RGB 187 220 116 -
CMYK 0.15 0 0.47 0.14
HSL 79.04º 0.6% 0.66% -
HSV(B) 79.04º 0.47% 0.86% -
XYZ 49.24 63.01 26.09 -
YUV 198.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 187 220 116 0.15 0 0.47 0.14 79.04 0.6 0.66
Hex BB DC 74 F 0 2F E 4F 3C 42
Octal 273 334 164 17 0 57 16 117 74 102
Binary 10111011 11011100 1110100 1111 0 101111 1110 1001111 111100 1000010

Color Harmonies of #BBDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC74

Black with #BBDC74

Text Example


Text Example

White with #BBDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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