Html Css Color HEX #C9BF2C Barberry

📋 copy color: '#C9BF2C'

red 201 ◦ green 191 ◦ blue 44

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

Shades of Barberry #C9BF2C

Tints of Barberry #C9BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 43.81%

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 46.1%
G = 43.81%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9BF2C (or 0xC9BF2C) is known color: Barberry. HEX triplet: C9, BF and 2C. RGB value is (201,191,44). Sum of RGB (Red+Green+Blue) = 201+191+44=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF2C is #3640D3. Grayscale: #B1B1B1. Windows color (decimal): -3555540 or 2932681. OLE color: 2932681.

HSL color Cylindrical-coordinate representation of color #C9BF2C: hue angle of 56.18º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9BF2C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 44 -
CMYK 0 0.05 0.78 0.21
HSL 56.18º 0.64% 0.48% -
HSV(B) 56.18º 0.78% 0.79% -
XYZ 43.17 49.86 9.73 -
YUV 177.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 201 191 44 0 0.05 0.78 0.21 56.18 0.64 0.48
Hex C9 BF 2C 0 5 4E 15 38 40 30
Octal 311 277 54 0 5 116 25 70 100 60
Binary 11001001 10111111 101100 0 101 1001110 10101 111000 1000000 110000

Color Harmonies of #C9BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF2C

Black with #C9BF2C

Text Example


Text Example

White with #C9BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF2C; }

 p { color: rgb(201,191,44); }

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

background-color css

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

 a { background-color: rgb(201,191,44); }

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

border-color css

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

 span { border-color: rgb(201,191,44); }

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