Html Css Color HEX #C9D312 Barberry

📋 copy color: '#C9D312'

red 201 ◦ green 211 ◦ blue 18

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

Shades of Barberry #C9D312

Tints of Barberry #C9D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 46.74%
G = 49.07%
B = 4.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#C9D312 (or 0xC9D312) is known color: Barberry. HEX triplet: C9, D3 and 12. RGB value is (201,211,18). Sum of RGB (Red+Green+Blue) = 201+211+18=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D312 is #362CED. Grayscale: #BABABA. Windows color (decimal): -3550446 or 1233865. OLE color: 1233865.

HSL color Cylindrical-coordinate representation of color #C9D312: hue angle of 63.11º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9D312 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 211 18 -
CMYK 0.05 0 0.91 0.17
HSL 63.11º 0.84% 0.45% -
HSV(B) 63.11º 0.91% 0.83% -
XYZ 47.49 59.05 9.47 -
YUV 186.01 33.19 138.69 -
System Red Green Blue C M Y K H S L
Decimal 201 211 18 0.05 0 0.91 0.17 63.11 0.84 0.45
Hex C9 D3 12 5 0 5B 11 3F 54 2D
Octal 311 323 22 5 0 133 21 77 124 55
Binary 11001001 11010011 10010 101 0 1011011 10001 111111 1010100 101101

Color Harmonies of #C9D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D312

Black with #C9D312

Text Example


Text Example

White with #C9D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D312; }

 p { color: rgb(201,211,18); }

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

background-color css

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

 a { background-color: rgb(201,211,18); }

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

border-color css

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

 span { border-color: rgb(201,211,18); }

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