Html Css Color HEX #C2BD45 Celery

📋 copy color: '#C2BD45'

red 194 ◦ green 189 ◦ blue 69

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

Shades of Celery #C2BD45

Tints of Celery #C2BD45

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

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

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 42.92%
G = 41.81%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2BD45 (or 0xC2BD45) is known color: Celery. HEX triplet: C2, BD and 45. RGB value is (194,189,69). Sum of RGB (Red+Green+Blue) = 194+189+69=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD45 is #3D42BA. Grayscale: #B1B1B1. Windows color (decimal): -4014779 or 4570562. OLE color: 4570562.

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

Color convert

RGB 194 189 69 -
CMYK 0 0.03 0.64 0.24
HSL 57.6º 0.51% 0.52% -
HSV(B) 57.6º 0.64% 0.76% -
XYZ 41.52 48.29 12.76 -
YUV 176.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 194 189 69 0 0.03 0.64 0.24 57.6 0.51 0.52
Hex C2 BD 45 0 3 40 18 3A 33 34
Octal 302 275 105 0 3 100 30 72 63 64
Binary 11000010 10111101 1000101 0 11 1000000 11000 111010 110011 110100

Color Harmonies of #C2BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD45

Black with #C2BD45

Text Example


Text Example

White with #C2BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD45; }

 p { color: rgb(194,189,69); }

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

background-color css

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

 a { background-color: rgb(194,189,69); }

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

border-color css

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

 span { border-color: rgb(194,189,69); }

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