Html Css Color HEX #BBDF70 Sulu

📋 copy color: '#BBDF70'

red 187 ◦ green 223 ◦ blue 112

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

Shades of Sulu #BBDF70

Tints of Sulu #BBDF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 35.82%
G = 42.72%
B = 21.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BBDF70 (or 0xBBDF70) is known color: Sulu. HEX triplet: BB, DF and 70. RGB value is (187,223,112). Sum of RGB (Red+Green+Blue) = 187+223+112=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF70 is #44208F. Grayscale: #C7C7C7. Windows color (decimal): -4464784 or 7397307. OLE color: 7397307.

HSL color Cylindrical-coordinate representation of color #BBDF70: hue angle of 79.46º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDF70 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 112 -
CMYK 0.16 0 0.50 0.13
HSL 79.46º 0.63% 0.66% -
HSV(B) 79.46º 0.5% 0.87% -
XYZ 49.81 64.51 25.16 -
YUV 199.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 187 223 112 0.16 0 0.50 0.13 79.46 0.63 0.66
Hex BB DF 70 10 0 32 D 4F 3F 42
Octal 273 337 160 20 0 62 15 117 77 102
Binary 10111011 11011111 1110000 10000 0 110010 1101 1001111 111111 1000010

Color Harmonies of #BBDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF70

Black with #BBDF70

Text Example


Text Example

White with #BBDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF70; }

 p { color: rgb(187,223,112); }

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

background-color css

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

 a { background-color: rgb(187,223,112); }

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

border-color css

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

 span { border-color: rgb(187,223,112); }

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