Html Css Color HEX #C3BF24 Barberry

📋 copy color: '#C3BF24'

red 195 ◦ green 191 ◦ blue 36

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

Shades of Barberry #C3BF24

Tints of Barberry #C3BF24

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

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

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

R = 46.21%
G = 45.26%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3BF24 (or 0xC3BF24) is known color: Barberry. HEX triplet: C3, BF and 24. RGB value is (195,191,36). Sum of RGB (Red+Green+Blue) = 195+191+36=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF24 is #3C40DB. Grayscale: #AFAFAF. Windows color (decimal): -3948764 or 2408387. OLE color: 2408387.

HSL color Cylindrical-coordinate representation of color #C3BF24: hue angle of 58.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3BF24 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 191 36 -
CMYK 0 0.02 0.82 0.24
HSL 58.49º 0.69% 0.45% -
HSV(B) 58.49º 0.82% 0.76% -
XYZ 41.45 48.99 8.94 -
YUV 174.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 195 191 36 0 0.02 0.82 0.24 58.49 0.69 0.45
Hex C3 BF 24 0 2 52 18 3A 45 2D
Octal 303 277 44 0 2 122 30 72 105 55
Binary 11000011 10111111 100100 0 10 1010010 11000 111010 1000101 101101

Color Harmonies of #C3BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BF24

Black with #C3BF24

Text Example


Text Example

White with #C3BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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