Html Css Color HEX #C6CA1E Barberry

📋 copy color: '#C6CA1E'

red 198 ◦ green 202 ◦ blue 30

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

Shades of Barberry #C6CA1E

Tints of Barberry #C6CA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.98%

R = 46.05%
G = 46.98%
B = 6.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C6CA1E (or 0xC6CA1E) is known color: Barberry. HEX triplet: C6, CA and 1E. RGB value is (198,202,30). Sum of RGB (Red+Green+Blue) = 198+202+30=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA1E is #3935E1. Grayscale: #B5B5B5. Windows color (decimal): -3749346 or 2017990. OLE color: 2017990.

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

Color convert

RGB 198 202 30 -
CMYK 0.02 0 0.85 0.21
HSL 61.4º 0.74% 0.45% -
HSV(B) 61.4º 0.85% 0.79% -
XYZ 44.64 54.34 9.36 -
YUV 181.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 198 202 30 0.02 0 0.85 0.21 61.4 0.74 0.45
Hex C6 CA 1E 2 0 55 15 3D 4A 2D
Octal 306 312 36 2 0 125 25 75 112 55
Binary 11000110 11001010 11110 10 0 1010101 10101 111101 1001010 101101

Color Harmonies of #C6CA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA1E

Black with #C6CA1E

Text Example


Text Example

White with #C6CA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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