Html Css Color HEX #C9BA27 Barberry

📋 copy color: '#C9BA27'

red 201 ◦ green 186 ◦ blue 39

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

Shades of Barberry #C9BA27

Tints of Barberry #C9BA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.15%

R = 47.18%
G = 43.66%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C9BA27 (or 0xC9BA27) is known color: Barberry. HEX triplet: C9, BA and 27. RGB value is (201,186,39). Sum of RGB (Red+Green+Blue) = 201+186+39=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA27 is #3645D8. Grayscale: #AEAEAE. Windows color (decimal): -3556825 or 2603721. OLE color: 2603721.

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

Color convert

RGB 201 186 39 -
CMYK 0 0.07 0.81 0.21
HSL 54.44º 0.68% 0.47% -
HSV(B) 54.44º 0.81% 0.79% -
XYZ 42.01 47.68 8.91 -
YUV 173.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 201 186 39 0 0.07 0.81 0.21 54.44 0.68 0.47
Hex C9 BA 27 0 7 51 15 36 44 2F
Octal 311 272 47 0 7 121 25 66 104 57
Binary 11001001 10111010 100111 0 111 1010001 10101 110110 1000100 101111

Color Harmonies of #C9BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA27

Black with #C9BA27

Text Example


Text Example

White with #C9BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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