Html Css Color HEX #C0B426 Earls Green

📋 copy color: '#C0B426'

red 192 ◦ green 180 ◦ blue 38

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

Shades of Earls Green #C0B426

Tints of Earls Green #C0B426

RGB

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

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

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

R = 46.83%
G = 43.9%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0B426 (or 0xC0B426) is known color: Earls Green. HEX triplet: C0, B4 and 26. RGB value is (192,180,38). Sum of RGB (Red+Green+Blue) = 192+180+38=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B426 is #3F4BD9. Grayscale: #A7A7A7. Windows color (decimal): -4148186 or 2536640. OLE color: 2536640.

HSL color Cylindrical-coordinate representation of color #C0B426: hue angle of 55.32º 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 #C0B426 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 38 -
CMYK 0 0.06 0.80 0.25
HSL 55.32º 0.67% 0.45% -
HSV(B) 55.32º 0.8% 0.75% -
XYZ 38.41 43.99 8.3 -
YUV 167.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 192 180 38 0 0.06 0.80 0.25 55.32 0.67 0.45
Hex C0 B4 26 0 6 50 19 37 43 2D
Octal 300 264 46 0 6 120 31 67 103 55
Binary 11000000 10110100 100110 0 110 1010000 11001 110111 1000011 101101

Color Harmonies of #C0B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B426

Black with #C0B426

Text Example


Text Example

White with #C0B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B426; }

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

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

background-color css

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

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

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

border-color css

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

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

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