Html Css Color HEX #C5BC29 Barberry

📋 copy color: '#C5BC29'

red 197 ◦ green 188 ◦ blue 41

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

Shades of Barberry #C5BC29

Tints of Barberry #C5BC29

RGB

 RED value IS 197 (77.34% from 255) = 46.24%

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

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 46.24%
G = 44.13%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5BC29 (or 0xC5BC29) is known color: Barberry. HEX triplet: C5, BC and 29. RGB value is (197,188,41). Sum of RGB (Red+Green+Blue) = 197+188+41=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC29 is #3A43D6. Grayscale: #AEAEAE. Windows color (decimal): -3818455 or 2735301. OLE color: 2735301.

HSL color Cylindrical-coordinate representation of color #C5BC29: hue angle of 56.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5BC29 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 41 -
CMYK 0 0.05 0.79 0.23
HSL 56.54º 0.66% 0.47% -
HSV(B) 56.54º 0.79% 0.77% -
XYZ 41.41 48 9.18 -
YUV 173.93 52.98 144.45 -
System Red Green Blue C M Y K H S L
Decimal 197 188 41 0 0.05 0.79 0.23 56.54 0.66 0.47
Hex C5 BC 29 0 5 4F 17 39 42 2F
Octal 305 274 51 0 5 117 27 71 102 57
Binary 11000101 10111100 101001 0 101 1001111 10111 111001 1000010 101111

Color Harmonies of #C5BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC29

Black with #C5BC29

Text Example


Text Example

White with #C5BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC29; }

 p { color: rgb(197,188,41); }

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

background-color css

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

 a { background-color: rgb(197,188,41); }

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

border-color css

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

 span { border-color: rgb(197,188,41); }

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