Html Css Color HEX #C5CA24 Barberry

📋 copy color: '#C5CA24'

red 197 ◦ green 202 ◦ blue 36

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

Shades of Barberry #C5CA24

Tints of Barberry #C5CA24

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 36 (14.45% from 255) = 8.28%

R = 45.29%
G = 46.44%
B = 8.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C5CA24 (or 0xC5CA24) is known color: Barberry. HEX triplet: C5, CA and 24. RGB value is (197,202,36). Sum of RGB (Red+Green+Blue) = 197+202+36=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA24 is #3A35DB. Grayscale: #B6B6B6. Windows color (decimal): -3814876 or 2411205. OLE color: 2411205.

HSL color Cylindrical-coordinate representation of color #C5CA24: hue angle of 61.81º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5CA24 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 36 -
CMYK 0.02 0 0.82 0.21
HSL 61.81º 0.7% 0.47% -
HSV(B) 61.81º 0.82% 0.79% -
XYZ 44.46 54.24 9.79 -
YUV 181.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 197 202 36 0.02 0 0.82 0.21 61.81 0.7 0.47
Hex C5 CA 24 2 0 52 15 3E 46 2F
Octal 305 312 44 2 0 122 25 76 106 57
Binary 11000101 11001010 100100 10 0 1010010 10101 111110 1000110 101111

Color Harmonies of #C5CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA24

Black with #C5CA24

Text Example


Text Example

White with #C5CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA24; }

 p { color: rgb(197,202,36); }

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

background-color css

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

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

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

border-color css

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

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

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