Html Css Color HEX #C2B02F Earls Green

📋 copy color: '#C2B02F'

red 194 ◦ green 176 ◦ blue 47

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

Shades of Earls Green #C2B02F

Tints of Earls Green #C2B02F

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 46.52%
G = 42.21%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2B02F (or 0xC2B02F) is known color: Earls Green. HEX triplet: C2, B0 and 2F. RGB value is (194,176,47). Sum of RGB (Red+Green+Blue) = 194+176+47=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B02F is #3D4FD0. Grayscale: #A7A7A7. Windows color (decimal): -4018129 or 3125442. OLE color: 3125442.

HSL color Cylindrical-coordinate representation of color #C2B02F: hue angle of 52.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B02F is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 47 -
CMYK 0 0.09 0.76 0.24
HSL 52.65º 0.61% 0.47% -
HSV(B) 52.65º 0.76% 0.76% -
XYZ 38.29 42.73 8.92 -
YUV 166.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 194 176 47 0 0.09 0.76 0.24 52.65 0.61 0.47
Hex C2 B0 2F 0 9 4C 18 35 3D 2F
Octal 302 260 57 0 11 114 30 65 75 57
Binary 11000010 10110000 101111 0 1001 1001100 11000 110101 111101 101111

Color Harmonies of #C2B02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B02F

Black with #C2B02F

Text Example


Text Example

White with #C2B02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B02F; }

 p { color: rgb(194,176,47); }

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

background-color css

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

 a { background-color: rgb(194,176,47); }

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

border-color css

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

 span { border-color: rgb(194,176,47); }

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