Html Css Color HEX #C5BE2D Barberry

📋 copy color: '#C5BE2D'

red 197 ◦ green 190 ◦ blue 45

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

Shades of Barberry #C5BE2D

Tints of Barberry #C5BE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.98%

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 45.6%
G = 43.98%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5BE2D (or 0xC5BE2D) is known color: Barberry. HEX triplet: C5, BE and 2D. RGB value is (197,190,45). Sum of RGB (Red+Green+Blue) = 197+190+45=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE2D is #3A41D2. Grayscale: #B0B0B0. Windows color (decimal): -3817939 or 2997957. OLE color: 2997957.

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

Color convert

RGB 197 190 45 -
CMYK 0 0.04 0.77 0.23
HSL 57.24º 0.63% 0.47% -
HSV(B) 57.24º 0.77% 0.77% -
XYZ 41.91 48.89 9.71 -
YUV 175.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 197 190 45 0 0.04 0.77 0.23 57.24 0.63 0.47
Hex C5 BE 2D 0 4 4D 17 39 3F 2F
Octal 305 276 55 0 4 115 27 71 77 57
Binary 11000101 10111110 101101 0 100 1001101 10111 111001 111111 101111

Color Harmonies of #C5BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE2D

Black with #C5BE2D

Text Example


Text Example

White with #C5BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE2D; }

 p { color: rgb(197,190,45); }

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

background-color css

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

 a { background-color: rgb(197,190,45); }

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

border-color css

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

 span { border-color: rgb(197,190,45); }

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