Html Css Color HEX #BBDA75 Sulu

📋 copy color: '#BBDA75'

red 187 ◦ green 218 ◦ blue 117

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

Shades of Sulu #BBDA75

Tints of Sulu #BBDA75

RGB

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

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

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

R = 35.82%
G = 41.76%
B = 22.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BBDA75 (or 0xBBDA75) is known color: Sulu. HEX triplet: BB, DA and 75. RGB value is (187,218,117). Sum of RGB (Red+Green+Blue) = 187+218+117=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA75 is #44258A. Grayscale: #C5C5C5. Windows color (decimal): -4466059 or 7723707. OLE color: 7723707.

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

Color convert

RGB 187 218 117 -
CMYK 0.14 0 0.46 0.15
HSL 78.42º 0.58% 0.66% -
HSV(B) 78.42º 0.46% 0.85% -
XYZ 48.78 61.99 26.22 -
YUV 197.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 187 218 117 0.14 0 0.46 0.15 78.42 0.58 0.66
Hex BB DA 75 E 0 2E F 4E 3A 42
Octal 273 332 165 16 0 56 17 116 72 102
Binary 10111011 11011010 1110101 1110 0 101110 1111 1001110 111010 1000010

Color Harmonies of #BBDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA75

Black with #BBDA75

Text Example


Text Example

White with #BBDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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