Html Css Color HEX #C6CA22 Barberry

📋 copy color: '#C6CA22'

red 198 ◦ green 202 ◦ blue 34

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

Shades of Barberry #C6CA22

Tints of Barberry #C6CA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 45.62%
G = 46.54%
B = 7.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C6CA22 (or 0xC6CA22) is known color: Barberry. HEX triplet: C6, CA and 22. RGB value is (198,202,34). Sum of RGB (Red+Green+Blue) = 198+202+34=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA22 is #3935DD. Grayscale: #B6B6B6. Windows color (decimal): -3749342 or 2280134. OLE color: 2280134.

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

Color convert

RGB 198 202 34 -
CMYK 0.02 0 0.83 0.21
HSL 61.43º 0.71% 0.46% -
HSV(B) 61.43º 0.83% 0.79% -
XYZ 44.7 54.36 9.65 -
YUV 181.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 198 202 34 0.02 0 0.83 0.21 61.43 0.71 0.46
Hex C6 CA 22 2 0 53 15 3D 47 2E
Octal 306 312 42 2 0 123 25 75 107 56
Binary 11000110 11001010 100010 10 0 1010011 10101 111101 1000111 101110

Color Harmonies of #C6CA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA22

Black with #C6CA22

Text Example


Text Example

White with #C6CA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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