Html Css Color HEX #BCDB70 Sulu

📋 copy color: '#BCDB70'

red 188 ◦ green 219 ◦ blue 112

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

Shades of Sulu #BCDB70

Tints of Sulu #BCDB70

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

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

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

R = 36.22%
G = 42.2%
B = 21.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BCDB70 (or 0xBCDB70) is known color: Sulu. HEX triplet: BC, DB and 70. RGB value is (188,219,112). Sum of RGB (Red+Green+Blue) = 188+219+112=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB70 is #43248F. Grayscale: #C5C5C5. Windows color (decimal): -4400272 or 7396284. OLE color: 7396284.

HSL color Cylindrical-coordinate representation of color #BCDB70: hue angle of 77.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCDB70 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 112 -
CMYK 0.14 0 0.49 0.14
HSL 77.38º 0.6% 0.65% -
HSV(B) 77.38º 0.49% 0.86% -
XYZ 49 62.52 24.82 -
YUV 197.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 188 219 112 0.14 0 0.49 0.14 77.38 0.6 0.65
Hex BC DB 70 E 0 31 E 4D 3C 41
Octal 274 333 160 16 0 61 16 115 74 101
Binary 10111100 11011011 1110000 1110 0 110001 1110 1001101 111100 1000001

Color Harmonies of #BCDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB70

Black with #BCDB70

Text Example


Text Example

White with #BCDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB70; }

 p { color: rgb(188,219,112); }

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

background-color css

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

 a { background-color: rgb(188,219,112); }

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

border-color css

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

 span { border-color: rgb(188,219,112); }

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