Html Css Color HEX #C0BF49 Celery

📋 copy color: '#C0BF49'

red 192 ◦ green 191 ◦ blue 73

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

Shades of Celery #C0BF49

Tints of Celery #C0BF49

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

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

 BLUE value IS 73 (28.91% from 255) = 16.01%

R = 42.11%
G = 41.89%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0BF49 (or 0xC0BF49) is known color: Celery. HEX triplet: C0, BF and 49. RGB value is (192,191,73). Sum of RGB (Red+Green+Blue) = 192+191+73=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF49 is #3F40B6. Grayscale: #B2B2B2. Windows color (decimal): -4145335 or 4833216. OLE color: 4833216.

HSL color Cylindrical-coordinate representation of color #C0BF49: hue angle of 59.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BF49 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 73 -
CMYK 0 0.01 0.62 0.25
HSL 59.5º 0.49% 0.52% -
HSV(B) 59.5º 0.62% 0.75% -
XYZ 41.57 48.95 13.56 -
YUV 177.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 192 191 73 0 0.01 0.62 0.25 59.5 0.49 0.52
Hex C0 BF 49 0 1 3E 19 3B 31 34
Octal 300 277 111 0 1 76 31 73 61 64
Binary 11000000 10111111 1001001 0 1 111110 11001 111011 110001 110100

Color Harmonies of #C0BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF49

Black with #C0BF49

Text Example


Text Example

White with #C0BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF49; }

 p { color: rgb(192,191,73); }

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

background-color css

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

 a { background-color: rgb(192,191,73); }

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

border-color css

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

 span { border-color: rgb(192,191,73); }

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