Html Css Color HEX #BBDB7D Sulu

📋 copy color: '#BBDB7D'

red 187 ◦ green 219 ◦ blue 125

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

Shades of Sulu #BBDB7D

Tints of Sulu #BBDB7D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 35.22%
G = 41.24%
B = 23.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BBDB7D (or 0xBBDB7D) is known color: Sulu. HEX triplet: BB, DB and 7D. RGB value is (187,219,125). Sum of RGB (Red+Green+Blue) = 187+219+125=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB7D is #442482. Grayscale: #C7C7C7. Windows color (decimal): -4465795 or 8248251. OLE color: 8248251.

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

Color convert

RGB 187 219 125 -
CMYK 0.15 0 0.43 0.14
HSL 80.43º 0.57% 0.67% -
HSV(B) 80.43º 0.43% 0.86% -
XYZ 49.53 62.71 28.9 -
YUV 198.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 187 219 125 0.15 0 0.43 0.14 80.43 0.57 0.67
Hex BB DB 7D F 0 2B E 50 39 43
Octal 273 333 175 17 0 53 16 120 71 103
Binary 10111011 11011011 1111101 1111 0 101011 1110 1010000 111001 1000011

Color Harmonies of #BBDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB7D

Black with #BBDB7D

Text Example


Text Example

White with #BBDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB7D; }

 p { color: rgb(187,219,125); }

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

background-color css

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

 a { background-color: rgb(187,219,125); }

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

border-color css

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

 span { border-color: rgb(187,219,125); }

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