Html Css Color HEX #BCD872 Sulu

📋 copy color: '#BCD872'

red 188 ◦ green 216 ◦ blue 114

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

Shades of Sulu #BCD872

Tints of Sulu #BCD872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 36.29%
G = 41.7%
B = 22.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BCD872 (or 0xBCD872) is known color: Sulu. HEX triplet: BC, D8 and 72. RGB value is (188,216,114). Sum of RGB (Red+Green+Blue) = 188+216+114=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD872 is #43278D. Grayscale: #C4C4C4. Windows color (decimal): -4401038 or 7526588. OLE color: 7526588.

HSL color Cylindrical-coordinate representation of color #BCD872: hue angle of 76.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD872 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 114 -
CMYK 0.13 0 0.47 0.15
HSL 76.47º 0.57% 0.65% -
HSV(B) 76.47º 0.47% 0.85% -
XYZ 48.33 61.02 25.15 -
YUV 196 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 188 216 114 0.13 0 0.47 0.15 76.47 0.57 0.65
Hex BC D8 72 D 0 2F F 4C 39 41
Octal 274 330 162 15 0 57 17 114 71 101
Binary 10111100 11011000 1110010 1101 0 101111 1111 1001100 111001 1000001

Color Harmonies of #BCD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD872

Black with #BCD872

Text Example


Text Example

White with #BCD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD872; }

 p { color: rgb(188,216,114); }

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

background-color css

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

 a { background-color: rgb(188,216,114); }

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

border-color css

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

 span { border-color: rgb(188,216,114); }

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