Html Css Color HEX #BCB421 Earls Green

📋 copy color: '#BCB421'

red 188 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #BCB421

Tints of Earls Green #BCB421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 46.88%
G = 44.89%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB421 (or 0xBCB421) is known color: Earls Green. HEX triplet: BC, B4 and 21. RGB value is (188,180,33). Sum of RGB (Red+Green+Blue) = 188+180+33=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB421 is #434BDE. Grayscale: #A6A6A6. Windows color (decimal): -4410335 or 2208956. OLE color: 2208956.

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

Color convert

RGB 188 180 33 -
CMYK 0 0.04 0.82 0.26
HSL 56.9º 0.7% 0.43% -
HSV(B) 56.9º 0.82% 0.74% -
XYZ 37.33 43.44 7.86 -
YUV 165.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 188 180 33 0 0.04 0.82 0.26 56.9 0.7 0.43
Hex BC B4 21 0 4 52 1A 39 46 2B
Octal 274 264 41 0 4 122 32 71 106 53
Binary 10111100 10110100 100001 0 100 1010010 11010 111001 1000110 101011

Color Harmonies of #BCB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB421

Black with #BCB421

Text Example


Text Example

White with #BCB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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