Html Css Color HEX #C5BD23 Barberry

📋 copy color: '#C5BD23'

red 197 ◦ green 189 ◦ blue 35

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

Shades of Barberry #C5BD23

Tints of Barberry #C5BD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 46.79%
G = 44.89%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5BD23 (or 0xC5BD23) is known color: Barberry. HEX triplet: C5, BD and 23. RGB value is (197,189,35). Sum of RGB (Red+Green+Blue) = 197+189+35=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD23 is #3A42DC. Grayscale: #AEAEAE. Windows color (decimal): -3818205 or 2342341. OLE color: 2342341.

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

Color convert

RGB 197 189 35 -
CMYK 0 0.04 0.82 0.23
HSL 57.04º 0.7% 0.45% -
HSV(B) 57.04º 0.82% 0.77% -
XYZ 41.53 48.39 8.74 -
YUV 173.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 197 189 35 0 0.04 0.82 0.23 57.04 0.7 0.45
Hex C5 BD 23 0 4 52 17 39 46 2D
Octal 305 275 43 0 4 122 27 71 106 55
Binary 11000101 10111101 100011 0 100 1010010 10111 111001 1000110 101101

Color Harmonies of #C5BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD23

Black with #C5BD23

Text Example


Text Example

White with #C5BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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