Html Css Color HEX #C6CA24 Barberry

📋 copy color: '#C6CA24'

red 198 ◦ green 202 ◦ blue 36

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

Shades of Barberry #C6CA24

Tints of Barberry #C6CA24

RGB

 RED value IS 198 (77.73% from 255) = 45.41%

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

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

R = 45.41%
G = 46.33%
B = 8.26%

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

#C6CA24 (or 0xC6CA24) is known color: Barberry. HEX triplet: C6, CA and 24. RGB value is (198,202,36). Sum of RGB (Red+Green+Blue) = 198+202+36=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA24 is #3935DB. Grayscale: #B6B6B6. Windows color (decimal): -3749340 or 2411206. OLE color: 2411206.

HSL color Cylindrical-coordinate representation of color #C6CA24: hue angle of 61.45º 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 #C6CA24 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 202 36 -
CMYK 0.02 0 0.82 0.21
HSL 61.45º 0.7% 0.47% -
HSV(B) 61.45º 0.82% 0.79% -
XYZ 44.73 54.37 9.81 -
YUV 181.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 198 202 36 0.02 0 0.82 0.21 61.45 0.7 0.47
Hex C6 CA 24 2 0 52 15 3D 46 2F
Octal 306 312 44 2 0 122 25 75 106 57
Binary 11000110 11001010 100100 10 0 1010010 10101 111101 1000110 101111

Color Harmonies of #C6CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA24

Black with #C6CA24

Text Example


Text Example

White with #C6CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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