Html Css Color HEX #C0B226 Earls Green

📋 copy color: '#C0B226'

red 192 ◦ green 178 ◦ blue 38

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

Shades of Earls Green #C0B226

Tints of Earls Green #C0B226

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

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

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 47.06%
G = 43.63%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0B226 (or 0xC0B226) is known color: Earls Green. HEX triplet: C0, B2 and 26. RGB value is (192,178,38). Sum of RGB (Red+Green+Blue) = 192+178+38=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B226 is #3F4DD9. Grayscale: #A6A6A6. Windows color (decimal): -4148698 or 2536128. OLE color: 2536128.

HSL color Cylindrical-coordinate representation of color #C0B226: hue angle of 54.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0B226 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 38 -
CMYK 0 0.07 0.80 0.25
HSL 54.55º 0.67% 0.45% -
HSV(B) 54.55º 0.8% 0.75% -
XYZ 38.01 43.19 8.17 -
YUV 166.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 192 178 38 0 0.07 0.80 0.25 54.55 0.67 0.45
Hex C0 B2 26 0 7 50 19 37 43 2D
Octal 300 262 46 0 7 120 31 67 103 55
Binary 11000000 10110010 100110 0 111 1010000 11001 110111 1000011 101101

Color Harmonies of #C0B226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B226

Black with #C0B226

Text Example


Text Example

White with #C0B226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B226; }

 p { color: rgb(192,178,38); }

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

background-color css

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

 a { background-color: rgb(192,178,38); }

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

border-color css

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

 span { border-color: rgb(192,178,38); }

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