Html Css Color HEX #C3C024 Barberry

📋 copy color: '#C3C024'

red 195 ◦ green 192 ◦ blue 36

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

Shades of Barberry #C3C024

Tints of Barberry #C3C024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

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

R = 46.1%
G = 45.39%
B = 8.51%

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

#C3C024 (or 0xC3C024) is known color: Barberry. HEX triplet: C3, C0 and 24. RGB value is (195,192,36). Sum of RGB (Red+Green+Blue) = 195+192+36=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C024 is #3C3FDB. Grayscale: #AFAFAF. Windows color (decimal): -3948508 or 2408643. OLE color: 2408643.

HSL color Cylindrical-coordinate representation of color #C3C024: hue angle of 58.87º 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 #C3C024 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 36 -
CMYK 0 0.02 0.82 0.24
HSL 58.87º 0.69% 0.45% -
HSV(B) 58.87º 0.82% 0.76% -
XYZ 41.67 49.43 9.01 -
YUV 175.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 195 192 36 0 0.02 0.82 0.24 58.87 0.69 0.45
Hex C3 C0 24 0 2 52 18 3B 45 2D
Octal 303 300 44 0 2 122 30 73 105 55
Binary 11000011 11000000 100100 0 10 1010010 11000 111011 1000101 101101

Color Harmonies of #C3C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C024

Black with #C3C024

Text Example


Text Example

White with #C3C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C024; }

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

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

background-color css

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

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

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

border-color css

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

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

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