Html Css Color HEX #BCB51D Earls Green

📋 copy color: '#BCB51D'

red 188 ◦ green 181 ◦ blue 29

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

Shades of Earls Green #BCB51D

Tints of Earls Green #BCB51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 47.24%
G = 45.48%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCB51D (or 0xBCB51D) is known color: Earls Green. HEX triplet: BC, B5 and 1D. RGB value is (188,181,29). Sum of RGB (Red+Green+Blue) = 188+181+29=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB51D is #434AE2. Grayscale: #A6A6A6. Windows color (decimal): -4410083 or 1947068. OLE color: 1947068.

HSL color Cylindrical-coordinate representation of color #BCB51D: hue angle of 57.36º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB51D is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 29 -
CMYK 0 0.04 0.85 0.26
HSL 57.36º 0.73% 0.43% -
HSV(B) 57.36º 0.85% 0.74% -
XYZ 37.48 43.83 7.65 -
YUV 165.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 188 181 29 0 0.04 0.85 0.26 57.36 0.73 0.43
Hex BC B5 1D 0 4 55 1A 39 49 2B
Octal 274 265 35 0 4 125 32 71 111 53
Binary 10111100 10110101 11101 0 100 1010101 11010 111001 1001001 101011

Color Harmonies of #BCB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB51D

Black with #BCB51D

Text Example


Text Example

White with #BCB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB51D; }

 p { color: rgb(188,181,29); }

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

background-color css

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

 a { background-color: rgb(188,181,29); }

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

border-color css

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

 span { border-color: rgb(188,181,29); }

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