Html Css Color HEX #C9BA28 Barberry

📋 copy color: '#C9BA28'

red 201 ◦ green 186 ◦ blue 40

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

Shades of Barberry #C9BA28

Tints of Barberry #C9BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 47.07%
G = 43.56%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9BA28 (or 0xC9BA28) is known color: Barberry. HEX triplet: C9, BA and 28. RGB value is (201,186,40). Sum of RGB (Red+Green+Blue) = 201+186+40=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA28 is #3645D7. Grayscale: #AEAEAE. Windows color (decimal): -3556824 or 2669257. OLE color: 2669257.

HSL color Cylindrical-coordinate representation of color #C9BA28: hue angle of 54.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9BA28 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 40 -
CMYK 0 0.07 0.80 0.21
HSL 54.41º 0.67% 0.47% -
HSV(B) 54.41º 0.8% 0.79% -
XYZ 42.03 47.69 9 -
YUV 173.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 201 186 40 0 0.07 0.80 0.21 54.41 0.67 0.47
Hex C9 BA 28 0 7 50 15 36 43 2F
Octal 311 272 50 0 7 120 25 66 103 57
Binary 11001001 10111010 101000 0 111 1010000 10101 110110 1000011 101111

Color Harmonies of #C9BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA28

Black with #C9BA28

Text Example


Text Example

White with #C9BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA28; }

 p { color: rgb(201,186,40); }

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

background-color css

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

 a { background-color: rgb(201,186,40); }

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

border-color css

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

 span { border-color: rgb(201,186,40); }

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