Html Css Color HEX #BBDC7D Sulu

📋 copy color: '#BBDC7D'

red 187 ◦ green 220 ◦ blue 125

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

Shades of Sulu #BBDC7D

Tints of Sulu #BBDC7D

RGB

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

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

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

R = 35.15%
G = 41.35%
B = 23.5%

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

#BBDC7D (or 0xBBDC7D) is known color: Sulu. HEX triplet: BB, DC and 7D. RGB value is (187,220,125). Sum of RGB (Red+Green+Blue) = 187+220+125=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7D is #442382. Grayscale: #C7C7C7. Windows color (decimal): -4465539 or 8248507. OLE color: 8248507.

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

Color convert

RGB 187 220 125 -
CMYK 0.15 0 0.43 0.14
HSL 80.84º 0.58% 0.68% -
HSV(B) 80.84º 0.43% 0.86% -
XYZ 49.79 63.23 28.98 -
YUV 199.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 187 220 125 0.15 0 0.43 0.14 80.84 0.58 0.68
Hex BB DC 7D F 0 2B E 51 3A 44
Octal 273 334 175 17 0 53 16 121 72 104
Binary 10111011 11011100 1111101 1111 0 101011 1110 1010001 111010 1000100

Color Harmonies of #BBDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC7D

Black with #BBDC7D

Text Example


Text Example

White with #BBDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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