Html Css Color HEX #C5BC26 Barberry

📋 copy color: '#C5BC26'

red 197 ◦ green 188 ◦ blue 38

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

Shades of Barberry #C5BC26

Tints of Barberry #C5BC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 46.57%
G = 44.44%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5BC26 (or 0xC5BC26) is known color: Barberry. HEX triplet: C5, BC and 26. RGB value is (197,188,38). Sum of RGB (Red+Green+Blue) = 197+188+38=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC26 is #3A43D9. Grayscale: #AEAEAE. Windows color (decimal): -3818458 or 2538693. OLE color: 2538693.

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

Color convert

RGB 197 188 38 -
CMYK 0 0.05 0.81 0.23
HSL 56.6º 0.68% 0.46% -
HSV(B) 56.6º 0.81% 0.77% -
XYZ 41.36 47.98 8.91 -
YUV 173.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 197 188 38 0 0.05 0.81 0.23 56.6 0.68 0.46
Hex C5 BC 26 0 5 51 17 39 44 2E
Octal 305 274 46 0 5 121 27 71 104 56
Binary 11000101 10111100 100110 0 101 1010001 10111 111001 1000100 101110

Color Harmonies of #C5BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC26

Black with #C5BC26

Text Example


Text Example

White with #C5BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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