Html Css Color HEX #BCB222 Earls Green

📋 copy color: '#BCB222'

red 188 ◦ green 178 ◦ blue 34

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

Shades of Earls Green #BCB222

Tints of Earls Green #BCB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 47%
G = 44.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB222 (or 0xBCB222) is known color: Earls Green. HEX triplet: BC, B2 and 22. RGB value is (188,178,34). Sum of RGB (Red+Green+Blue) = 188+178+34=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB222 is #434DDD. Grayscale: #A5A5A5. Windows color (decimal): -4410846 or 2273980. OLE color: 2273980.

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

Color convert

RGB 188 178 34 -
CMYK 0 0.05 0.82 0.26
HSL 56.1º 0.69% 0.44% -
HSV(B) 56.1º 0.82% 0.74% -
XYZ 36.95 42.65 7.8 -
YUV 164.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 188 178 34 0 0.05 0.82 0.26 56.1 0.69 0.44
Hex BC B2 22 0 5 52 1A 38 45 2C
Octal 274 262 42 0 5 122 32 70 105 54
Binary 10111100 10110010 100010 0 101 1010010 11010 111000 1000101 101100

Color Harmonies of #BCB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB222

Black with #BCB222

Text Example


Text Example

White with #BCB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB222; }

 p { color: rgb(188,178,34); }

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

background-color css

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

 a { background-color: rgb(188,178,34); }

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

border-color css

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

 span { border-color: rgb(188,178,34); }

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