Html Css Color HEX #BCB424 Earls Green

📋 copy color: '#BCB424'

red 188 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #BCB424

Tints of Earls Green #BCB424

RGB

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

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

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

R = 46.53%
G = 44.55%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB424 (or 0xBCB424) is known color: Earls Green. HEX triplet: BC, B4 and 24. RGB value is (188,180,36). Sum of RGB (Red+Green+Blue) = 188+180+36=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB424 is #434BDB. Grayscale: #A6A6A6. Windows color (decimal): -4410332 or 2405564. OLE color: 2405564.

HSL color Cylindrical-coordinate representation of color #BCB424: hue angle of 56.84º 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 #BCB424 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 36 -
CMYK 0 0.04 0.81 0.26
HSL 56.84º 0.68% 0.44% -
HSV(B) 56.84º 0.81% 0.74% -
XYZ 37.38 43.46 8.09 -
YUV 165.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 188 180 36 0 0.04 0.81 0.26 56.84 0.68 0.44
Hex BC B4 24 0 4 51 1A 39 44 2C
Octal 274 264 44 0 4 121 32 71 104 54
Binary 10111100 10110100 100100 0 100 1010001 11010 111001 1000100 101100

Color Harmonies of #BCB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB424

Black with #BCB424

Text Example


Text Example

White with #BCB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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