Html Css Color HEX #C0B21B Earls Green

📋 copy color: '#C0B21B'

red 192 ◦ green 178 ◦ blue 27

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

Shades of Earls Green #C0B21B

Tints of Earls Green #C0B21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 48.36%
G = 44.84%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0B21B (or 0xC0B21B) is known color: Earls Green. HEX triplet: C0, B2 and 1B. RGB value is (192,178,27). Sum of RGB (Red+Green+Blue) = 192+178+27=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21B is #3F4DE4. Grayscale: #A5A5A5. Windows color (decimal): -4148709 or 1815232. OLE color: 1815232.

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

Color convert

RGB 192 178 27 -
CMYK 0 0.07 0.86 0.25
HSL 54.91º 0.75% 0.43% -
HSV(B) 54.91º 0.86% 0.75% -
XYZ 37.86 43.13 7.37 -
YUV 164.97 50.14 147.28 -
System Red Green Blue C M Y K H S L
Decimal 192 178 27 0 0.07 0.86 0.25 54.91 0.75 0.43
Hex C0 B2 1B 0 7 56 19 37 4B 2B
Octal 300 262 33 0 7 126 31 67 113 53
Binary 11000000 10110010 11011 0 111 1010110 11001 110111 1001011 101011

Color Harmonies of #C0B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B21B

Black with #C0B21B

Text Example


Text Example

White with #C0B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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