Html Css Color HEX #BBDC75 Sulu

📋 copy color: '#BBDC75'

red 187 ◦ green 220 ◦ blue 117

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

Shades of Sulu #BBDC75

Tints of Sulu #BBDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.33%

R = 35.69%
G = 41.98%
B = 22.33%

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

#BBDC75 (or 0xBBDC75) is known color: Sulu. HEX triplet: BB, DC and 75. RGB value is (187,220,117). Sum of RGB (Red+Green+Blue) = 187+220+117=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC75 is #44238A. Grayscale: #C6C6C6. Windows color (decimal): -4465547 or 7724219. OLE color: 7724219.

HSL color Cylindrical-coordinate representation of color #BBDC75: hue angle of 79.22º 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 #BBDC75 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 117 -
CMYK 0.15 0 0.47 0.14
HSL 79.22º 0.6% 0.66% -
HSV(B) 79.22º 0.47% 0.86% -
XYZ 49.3 63.04 26.4 -
YUV 198.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 187 220 117 0.15 0 0.47 0.14 79.22 0.6 0.66
Hex BB DC 75 F 0 2F E 4F 3C 42
Octal 273 334 165 17 0 57 16 117 74 102
Binary 10111011 11011100 1110101 1111 0 101111 1110 1001111 111100 1000010

Color Harmonies of #BBDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC75

Black with #BBDC75

Text Example


Text Example

White with #BBDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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