Html Css Color HEX #C6CF1E Barberry

📋 copy color: '#C6CF1E'

red 198 ◦ green 207 ◦ blue 30

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

Shades of Barberry #C6CF1E

Tints of Barberry #C6CF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

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

R = 45.52%
G = 47.59%
B = 6.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#C6CF1E (or 0xC6CF1E) is known color: Barberry. HEX triplet: C6, CF and 1E. RGB value is (198,207,30). Sum of RGB (Red+Green+Blue) = 198+207+30=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF1E is #3930E1. Grayscale: #B8B8B8. Windows color (decimal): -3748066 or 2019270. OLE color: 2019270.

HSL color Cylindrical-coordinate representation of color #C6CF1E: hue angle of 63.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6CF1E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 207 30 -
CMYK 0.04 0 0.86 0.19
HSL 63.05º 0.75% 0.46% -
HSV(B) 63.05º 0.86% 0.81% -
XYZ 45.84 56.73 9.76 -
YUV 184.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 198 207 30 0.04 0 0.86 0.19 63.05 0.75 0.46
Hex C6 CF 1E 4 0 56 13 3F 4B 2E
Octal 306 317 36 4 0 126 23 77 113 56
Binary 11000110 11001111 11110 100 0 1010110 10011 111111 1001011 101110

Color Harmonies of #C6CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CF1E

Black with #C6CF1E

Text Example


Text Example

White with #C6CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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