Html Css Color HEX #C3BC48 Celery

📋 copy color: '#C3BC48'

red 195 ◦ green 188 ◦ blue 72

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

Shades of Celery #C3BC48

Tints of Celery #C3BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 42.86%
G = 41.32%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3BC48 (or 0xC3BC48) is known color: Celery. HEX triplet: C3, BC and 48. RGB value is (195,188,72). Sum of RGB (Red+Green+Blue) = 195+188+72=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC48 is #3C43B7. Grayscale: #B1B1B1. Windows color (decimal): -3949496 or 4766915. OLE color: 4766915.

HSL color Cylindrical-coordinate representation of color #C3BC48: hue angle of 56.59º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3BC48 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 72 -
CMYK 0 0.04 0.63 0.24
HSL 56.59º 0.51% 0.52% -
HSV(B) 56.59º 0.63% 0.76% -
XYZ 41.66 48.04 13.21 -
YUV 176.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 195 188 72 0 0.04 0.63 0.24 56.59 0.51 0.52
Hex C3 BC 48 0 4 3F 18 39 33 34
Octal 303 274 110 0 4 77 30 71 63 64
Binary 11000011 10111100 1001000 0 100 111111 11000 111001 110011 110100

Color Harmonies of #C3BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC48

Black with #C3BC48

Text Example


Text Example

White with #C3BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC48; }

 p { color: rgb(195,188,72); }

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

background-color css

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

 a { background-color: rgb(195,188,72); }

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

border-color css

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

 span { border-color: rgb(195,188,72); }

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