Html Css Color HEX #C5C52A Barberry

📋 copy color: '#C5C52A'

red 197 ◦ green 197 ◦ blue 42

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

Shades of Barberry #C5C52A

Tints of Barberry #C5C52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 45.18%
G = 45.18%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5C52A (or 0xC5C52A) is known color: Barberry. HEX triplet: C5, C5 and 2A. RGB value is (197,197,42). Sum of RGB (Red+Green+Blue) = 197+197+42=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C52A is #3A3AD5. Grayscale: #B3B3B3. Windows color (decimal): -3816150 or 2803141. OLE color: 2803141.

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

Color convert

RGB 197 197 42 -
CMYK 0 0 0.79 0.23
HSL 60º 0.65% 0.47% -
HSV(B) 60º 0.79% 0.77% -
XYZ 43.41 51.97 9.93 -
YUV 179.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 197 197 42 0 0 0.79 0.23 60 0.65 0.47
Hex C5 C5 2A 0 0 4F 17 3C 41 2F
Octal 305 305 52 0 0 117 27 74 101 57
Binary 11000101 11000101 101010 0 0 1001111 10111 111100 1000001 101111

Color Harmonies of #C5C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C52A

Black with #C5C52A

Text Example


Text Example

White with #C5C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C52A; }

 p { color: rgb(197,197,42); }

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

background-color css

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

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

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

border-color css

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

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

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