Html Css Color HEX #C5C22B Barberry

📋 copy color: '#C5C22B'

red 197 ◦ green 194 ◦ blue 43

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

Shades of Barberry #C5C22B

Tints of Barberry #C5C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 45.39%
G = 44.7%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5C22B (or 0xC5C22B) is known color: Barberry. HEX triplet: C5, C2 and 2B. RGB value is (197,194,43). Sum of RGB (Red+Green+Blue) = 197+194+43=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C22B is #3A3DD4. Grayscale: #B2B2B2. Windows color (decimal): -3816917 or 2867909. OLE color: 2867909.

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

Color convert

RGB 197 194 43 -
CMYK 0 0.02 0.78 0.23
HSL 58.83º 0.64% 0.47% -
HSV(B) 58.83º 0.78% 0.77% -
XYZ 42.75 50.63 9.8 -
YUV 177.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 197 194 43 0 0.02 0.78 0.23 58.83 0.64 0.47
Hex C5 C2 2B 0 2 4E 17 3B 40 2F
Octal 305 302 53 0 2 116 27 73 100 57
Binary 11000101 11000010 101011 0 10 1001110 10111 111011 1000000 101111

Color Harmonies of #C5C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C22B

Black with #C5C22B

Text Example


Text Example

White with #C5C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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