Html Css Color HEX #C2B92B Earls Green

📋 copy color: '#C2B92B'

red 194 ◦ green 185 ◦ blue 43

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

Shades of Earls Green #C2B92B

Tints of Earls Green #C2B92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 45.97%
G = 43.84%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2B92B (or 0xC2B92B) is known color: Earls Green. HEX triplet: C2, B9 and 2B. RGB value is (194,185,43). Sum of RGB (Red+Green+Blue) = 194+185+43=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B92B is #3D46D4. Grayscale: #ACACAC. Windows color (decimal): -4015829 or 2865602. OLE color: 2865602.

HSL color Cylindrical-coordinate representation of color #C2B92B: hue angle of 56.42º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2B92B is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 43 -
CMYK 0 0.05 0.78 0.24
HSL 56.42º 0.64% 0.46% -
HSV(B) 56.42º 0.78% 0.76% -
XYZ 40.03 46.34 9.12 -
YUV 171.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 194 185 43 0 0.05 0.78 0.24 56.42 0.64 0.46
Hex C2 B9 2B 0 5 4E 18 38 40 2E
Octal 302 271 53 0 5 116 30 70 100 56
Binary 11000010 10111001 101011 0 101 1001110 11000 111000 1000000 101110

Color Harmonies of #C2B92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B92B

Black with #C2B92B

Text Example


Text Example

White with #C2B92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B92B; }

 p { color: rgb(194,185,43); }

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

background-color css

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

 a { background-color: rgb(194,185,43); }

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

border-color css

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

 span { border-color: rgb(194,185,43); }

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