Html Css Color HEX #C5BF24 Barberry

📋 copy color: '#C5BF24'

red 197 ◦ green 191 ◦ blue 36

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

Shades of Barberry #C5BF24

Tints of Barberry #C5BF24

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 46.46%
G = 45.05%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5BF24 (or 0xC5BF24) is known color: Barberry. HEX triplet: C5, BF and 24. RGB value is (197,191,36). Sum of RGB (Red+Green+Blue) = 197+191+36=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF24 is #3A40DB. Grayscale: #AFAFAF. Windows color (decimal): -3817692 or 2408389. OLE color: 2408389.

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

Color convert

RGB 197 191 36 -
CMYK 0 0.03 0.82 0.23
HSL 57.76º 0.69% 0.46% -
HSV(B) 57.76º 0.82% 0.77% -
XYZ 41.98 49.26 8.96 -
YUV 175.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 197 191 36 0 0.03 0.82 0.23 57.76 0.69 0.46
Hex C5 BF 24 0 3 52 17 3A 45 2E
Octal 305 277 44 0 3 122 27 72 105 56
Binary 11000101 10111111 100100 0 11 1010010 10111 111010 1000101 101110

Color Harmonies of #C5BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF24

Black with #C5BF24

Text Example


Text Example

White with #C5BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF24; }

 p { color: rgb(197,191,36); }

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

background-color css

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

 a { background-color: rgb(197,191,36); }

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

border-color css

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

 span { border-color: rgb(197,191,36); }

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