Html Css Color HEX #C5C42E Barberry

📋 copy color: '#C5C42E'

red 197 ◦ green 196 ◦ blue 46

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

Shades of Barberry #C5C42E

Tints of Barberry #C5C42E

RGB

 RED value IS 197 (77.34% from 255) = 44.87%

 GREEN value IS 196 (76.95% from 255) = 44.65%

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 44.87%
G = 44.65%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5C42E (or 0xC5C42E) is known color: Barberry. HEX triplet: C5, C4 and 2E. RGB value is (197,196,46). Sum of RGB (Red+Green+Blue) = 197+196+46=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C42E is #3A3BD1. Grayscale: #B3B3B3. Windows color (decimal): -3816402 or 3065029. OLE color: 3065029.

HSL color Cylindrical-coordinate representation of color #C5C42E: hue angle of 59.6º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5C42E is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 46 -
CMYK 0 0.01 0.77 0.23
HSL 59.6º 0.62% 0.48% -
HSV(B) 59.6º 0.77% 0.77% -
XYZ 43.26 51.55 10.25 -
YUV 179.2 52.83 140.7 -
System Red Green Blue C M Y K H S L
Decimal 197 196 46 0 0.01 0.77 0.23 59.6 0.62 0.48
Hex C5 C4 2E 0 1 4D 17 3C 3E 30
Octal 305 304 56 0 1 115 27 74 76 60
Binary 11000101 11000100 101110 0 1 1001101 10111 111100 111110 110000

Color Harmonies of #C5C42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C42E

Black with #C5C42E

Text Example


Text Example

White with #C5C42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C42E; }

 p { color: rgb(197,196,46); }

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

background-color css

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

 a { background-color: rgb(197,196,46); }

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

border-color css

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

 span { border-color: rgb(197,196,46); }

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