Html Css Color HEX #C9B924 Barberry

📋 copy color: '#C9B924'

red 201 ◦ green 185 ◦ blue 36

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

Shades of Barberry #C9B924

Tints of Barberry #C9B924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

 BLUE value IS 36 (14.45% from 255) = 8.53%

R = 47.63%
G = 43.84%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C9B924 (or 0xC9B924) is known color: Barberry. HEX triplet: C9, B9 and 24. RGB value is (201,185,36). Sum of RGB (Red+Green+Blue) = 201+185+36=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B924 is #3646DB. Grayscale: #ADADAD. Windows color (decimal): -3557084 or 2406857. OLE color: 2406857.

HSL color Cylindrical-coordinate representation of color #C9B924: hue angle of 54.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9B924 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 36 -
CMYK 0 0.08 0.82 0.21
HSL 54.18º 0.7% 0.46% -
HSV(B) 54.18º 0.82% 0.79% -
XYZ 41.75 47.24 8.59 -
YUV 172.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 201 185 36 0 0.08 0.82 0.21 54.18 0.7 0.46
Hex C9 B9 24 0 8 52 15 36 46 2E
Octal 311 271 44 0 10 122 25 66 106 56
Binary 11001001 10111001 100100 0 1000 1010010 10101 110110 1000110 101110

Color Harmonies of #C9B924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B924

Black with #C9B924

Text Example


Text Example

White with #C9B924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B924; }

 p { color: rgb(201,185,36); }

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

background-color css

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

 a { background-color: rgb(201,185,36); }

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

border-color css

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

 span { border-color: rgb(201,185,36); }

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