Html Css Color HEX #C8D216 Barberry

📋 copy color: '#C8D216'

red 200 ◦ green 210 ◦ blue 22

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

Shades of Barberry #C8D216

Tints of Barberry #C8D216

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

 GREEN value IS 210 (82.42% from 255) = 48.61%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 46.3%
G = 48.61%
B = 5.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C8D216 (or 0xC8D216) is known color: Barberry. HEX triplet: C8, D2 and 16. RGB value is (200,210,22). Sum of RGB (Red+Green+Blue) = 200+210+22=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D216 is #372DE9. Grayscale: #BABABA. Windows color (decimal): -3616234 or 1495752. OLE color: 1495752.

HSL color Cylindrical-coordinate representation of color #C8D216: hue angle of 63.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D216 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 210 22 -
CMYK 0.05 0 0.90 0.18
HSL 63.19º 0.81% 0.45% -
HSV(B) 63.19º 0.9% 0.82% -
XYZ 47.01 58.43 9.56 -
YUV 185.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 200 210 22 0.05 0 0.90 0.18 63.19 0.81 0.45
Hex C8 D2 16 5 0 5A 12 3F 51 2D
Octal 310 322 26 5 0 132 22 77 121 55
Binary 11001000 11010010 10110 101 0 1011010 10010 111111 1010001 101101

Color Harmonies of #C8D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D216

Black with #C8D216

Text Example


Text Example

White with #C8D216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D216; }

 p { color: rgb(200,210,22); }

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

background-color css

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

 a { background-color: rgb(200,210,22); }

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

border-color css

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

 span { border-color: rgb(200,210,22); }

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