Html Css Color HEX #C5BD2D Barberry

📋 copy color: '#C5BD2D'

red 197 ◦ green 189 ◦ blue 45

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

Shades of Barberry #C5BD2D

Tints of Barberry #C5BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 45.71%
G = 43.85%
B = 10.44%

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

#C5BD2D (or 0xC5BD2D) is known color: Barberry. HEX triplet: C5, BD and 2D. RGB value is (197,189,45). Sum of RGB (Red+Green+Blue) = 197+189+45=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD2D is #3A42D2. Grayscale: #AFAFAF. Windows color (decimal): -3818195 or 2997701. OLE color: 2997701.

HSL color Cylindrical-coordinate representation of color #C5BD2D: hue angle of 56.84º 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 #C5BD2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 189 45 -
CMYK 0 0.04 0.77 0.23
HSL 56.84º 0.63% 0.47% -
HSV(B) 56.84º 0.77% 0.77% -
XYZ 41.7 48.45 9.64 -
YUV 174.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 197 189 45 0 0.04 0.77 0.23 56.84 0.63 0.47
Hex C5 BD 2D 0 4 4D 17 39 3F 2F
Octal 305 275 55 0 4 115 27 71 77 57
Binary 11000101 10111101 101101 0 100 1001101 10111 111001 111111 101111

Color Harmonies of #C5BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD2D

Black with #C5BD2D

Text Example


Text Example

White with #C5BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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