Html Css Color HEX #C9BC22 Barberry

📋 copy color: '#C9BC22'

red 201 ◦ green 188 ◦ blue 34

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

Shades of Barberry #C9BC22

Tints of Barberry #C9BC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 34 (13.67% from 255) = 8.04%

R = 47.52%
G = 44.44%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9BC22 (or 0xC9BC22) is known color: Barberry. HEX triplet: C9, BC and 22. RGB value is (201,188,34). Sum of RGB (Red+Green+Blue) = 201+188+34=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC22 is #3643DD. Grayscale: #AEAEAE. Windows color (decimal): -3556318 or 2276553. OLE color: 2276553.

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

Color convert

RGB 201 188 34 -
CMYK 0 0.06 0.83 0.21
HSL 55.33º 0.71% 0.46% -
HSV(B) 55.33º 0.83% 0.79% -
XYZ 42.36 48.5 8.64 -
YUV 174.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 201 188 34 0 0.06 0.83 0.21 55.33 0.71 0.46
Hex C9 BC 22 0 6 53 15 37 47 2E
Octal 311 274 42 0 6 123 25 67 107 56
Binary 11001001 10111100 100010 0 110 1010011 10101 110111 1000111 101110

Color Harmonies of #C9BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC22

Black with #C9BC22

Text Example


Text Example

White with #C9BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC22; }

 p { color: rgb(201,188,34); }

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

background-color css

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

 a { background-color: rgb(201,188,34); }

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

border-color css

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

 span { border-color: rgb(201,188,34); }

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