Html Css Color HEX #BCB42A Earls Green

📋 copy color: '#BCB42A'

red 188 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #BCB42A

Tints of Earls Green #BCB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 45.85%
G = 43.9%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB42A (or 0xBCB42A) is known color: Earls Green. HEX triplet: BC, B4 and 2A. RGB value is (188,180,42). Sum of RGB (Red+Green+Blue) = 188+180+42=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB42A is #434BD5. Grayscale: #A7A7A7. Windows color (decimal): -4410326 or 2798780. OLE color: 2798780.

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

Color convert

RGB 188 180 42 -
CMYK 0 0.04 0.78 0.26
HSL 56.71º 0.63% 0.45% -
HSV(B) 56.71º 0.78% 0.74% -
XYZ 37.48 43.5 8.61 -
YUV 166.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 188 180 42 0 0.04 0.78 0.26 56.71 0.63 0.45
Hex BC B4 2A 0 4 4E 1A 39 3F 2D
Octal 274 264 52 0 4 116 32 71 77 55
Binary 10111100 10110100 101010 0 100 1001110 11010 111001 111111 101101

Color Harmonies of #BCB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB42A

Black with #BCB42A

Text Example


Text Example

White with #BCB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB42A; }

 p { color: rgb(188,180,42); }

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

background-color css

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

 a { background-color: rgb(188,180,42); }

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

border-color css

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

 span { border-color: rgb(188,180,42); }

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