Html Css Color HEX #BBDC7C Sulu

📋 copy color: '#BBDC7C'

red 187 ◦ green 220 ◦ blue 124

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

Shades of Sulu #BBDC7C

Tints of Sulu #BBDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 35.22%
G = 41.43%
B = 23.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BBDC7C (or 0xBBDC7C) is known color: Sulu. HEX triplet: BB, DC and 7C. RGB value is (187,220,124). Sum of RGB (Red+Green+Blue) = 187+220+124=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7C is #442383. Grayscale: #C7C7C7. Windows color (decimal): -4465540 or 8182971. OLE color: 8182971.

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

Color convert

RGB 187 220 124 -
CMYK 0.15 0 0.44 0.14
HSL 80.63º 0.58% 0.67% -
HSV(B) 80.63º 0.44% 0.86% -
XYZ 49.72 63.21 28.65 -
YUV 199.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 187 220 124 0.15 0 0.44 0.14 80.63 0.58 0.67
Hex BB DC 7C F 0 2C E 51 3A 43
Octal 273 334 174 17 0 54 16 121 72 103
Binary 10111011 11011100 1111100 1111 0 101100 1110 1010001 111010 1000011

Color Harmonies of #BBDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC7C

Black with #BBDC7C

Text Example


Text Example

White with #BBDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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