Html Css Color HEX #C1B526 Earls Green

📋 copy color: '#C1B526'

red 193 ◦ green 181 ◦ blue 38

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

Shades of Earls Green #C1B526

Tints of Earls Green #C1B526

RGB

 RED value IS 193 (75.78% from 255) = 46.84%

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 46.84%
G = 43.93%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C1B526 (or 0xC1B526) is known color: Earls Green. HEX triplet: C1, B5 and 26. RGB value is (193,181,38). Sum of RGB (Red+Green+Blue) = 193+181+38=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B526 is #3E4AD9. Grayscale: #A8A8A8. Windows color (decimal): -4082394 or 2536897. OLE color: 2536897.

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

Color convert

RGB 193 181 38 -
CMYK 0 0.06 0.80 0.24
HSL 55.35º 0.67% 0.45% -
HSV(B) 55.35º 0.8% 0.76% -
XYZ 38.87 44.53 8.38 -
YUV 168.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 193 181 38 0 0.06 0.80 0.24 55.35 0.67 0.45
Hex C1 B5 26 0 6 50 18 37 43 2D
Octal 301 265 46 0 6 120 30 67 103 55
Binary 11000001 10110101 100110 0 110 1010000 11000 110111 1000011 101101

Color Harmonies of #C1B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B526

Black with #C1B526

Text Example


Text Example

White with #C1B526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B526; }

 p { color: rgb(193,181,38); }

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

background-color css

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

 a { background-color: rgb(193,181,38); }

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

border-color css

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

 span { border-color: rgb(193,181,38); }

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