Html Css Color HEX #C9D01C Barberry

📋 copy color: '#C9D01C'

red 201 ◦ green 208 ◦ blue 28

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

Shades of Barberry #C9D01C

Tints of Barberry #C9D01C

RGB

 RED value IS 201 (78.91% from 255) = 46%

 GREEN value IS 208 (81.64% from 255) = 47.6%

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 46%
G = 47.6%
B = 6.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#C9D01C (or 0xC9D01C) is known color: Barberry. HEX triplet: C9, D0 and 1C. RGB value is (201,208,28). Sum of RGB (Red+Green+Blue) = 201+208+28=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D01C is #362FE3. Grayscale: #BABABA. Windows color (decimal): -3551204 or 1888457. OLE color: 1888457.

HSL color Cylindrical-coordinate representation of color #C9D01C: hue angle of 62.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9D01C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 28 -
CMYK 0.03 0 0.87 0.18
HSL 62.33º 0.76% 0.46% -
HSV(B) 62.33º 0.87% 0.82% -
XYZ 46.85 57.61 9.75 -
YUV 185.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 201 208 28 0.03 0 0.87 0.18 62.33 0.76 0.46
Hex C9 D0 1C 3 0 57 12 3E 4C 2E
Octal 311 320 34 3 0 127 22 76 114 56
Binary 11001001 11010000 11100 11 0 1010111 10010 111110 1001100 101110

Color Harmonies of #C9D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D01C

Black with #C9D01C

Text Example


Text Example

White with #C9D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D01C; }

 p { color: rgb(201,208,28); }

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

background-color css

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

 a { background-color: rgb(201,208,28); }

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

border-color css

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

 span { border-color: rgb(201,208,28); }

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