Html Css Color HEX #BCB624 Earls Green

📋 copy color: '#BCB624'

red 188 ◦ green 182 ◦ blue 36

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

Shades of Earls Green #BCB624

Tints of Earls Green #BCB624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.83%

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 46.31%
G = 44.83%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB624 (or 0xBCB624) is known color: Earls Green. HEX triplet: BC, B6 and 24. RGB value is (188,182,36). Sum of RGB (Red+Green+Blue) = 188+182+36=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB624 is #4349DB. Grayscale: #A7A7A7. Windows color (decimal): -4409820 or 2406076. OLE color: 2406076.

HSL color Cylindrical-coordinate representation of color #BCB624: hue angle of 57.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB624 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 36 -
CMYK 0 0.03 0.81 0.26
HSL 57.63º 0.68% 0.44% -
HSV(B) 57.63º 0.81% 0.74% -
XYZ 37.79 44.27 8.22 -
YUV 167.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 188 182 36 0 0.03 0.81 0.26 57.63 0.68 0.44
Hex BC B6 24 0 3 51 1A 3A 44 2C
Octal 274 266 44 0 3 121 32 72 104 54
Binary 10111100 10110110 100100 0 11 1010001 11010 111010 1000100 101100

Color Harmonies of #BCB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB624

Black with #BCB624

Text Example


Text Example

White with #BCB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB624; }

 p { color: rgb(188,182,36); }

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

background-color css

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

 a { background-color: rgb(188,182,36); }

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

border-color css

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

 span { border-color: rgb(188,182,36); }

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