Html Css Color HEX #C5C22D Barberry

📋 copy color: '#C5C22D'

red 197 ◦ green 194 ◦ blue 45

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

Shades of Barberry #C5C22D

Tints of Barberry #C5C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 45.18%
G = 44.5%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5C22D (or 0xC5C22D) is known color: Barberry. HEX triplet: C5, C2 and 2D. RGB value is (197,194,45). Sum of RGB (Red+Green+Blue) = 197+194+45=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C22D is #3A3DD2. Grayscale: #B2B2B2. Windows color (decimal): -3816915 or 2998981. OLE color: 2998981.

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

Color convert

RGB 197 194 45 -
CMYK 0 0.02 0.77 0.23
HSL 58.82º 0.63% 0.47% -
HSV(B) 58.82º 0.77% 0.77% -
XYZ 42.79 50.64 10 -
YUV 177.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 197 194 45 0 0.02 0.77 0.23 58.82 0.63 0.47
Hex C5 C2 2D 0 2 4D 17 3B 3F 2F
Octal 305 302 55 0 2 115 27 73 77 57
Binary 11000101 11000010 101101 0 10 1001101 10111 111011 111111 101111

Color Harmonies of #C5C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C22D

Black with #C5C22D

Text Example


Text Example

White with #C5C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C22D; }

 p { color: rgb(197,194,45); }

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

background-color css

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

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

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

border-color css

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

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

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