Html Css Color HEX #C0BE4F Celery

📋 copy color: '#C0BE4F'

red 192 ◦ green 190 ◦ blue 79

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

Shades of Celery #C0BE4F

Tints of Celery #C0BE4F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 41.65%
G = 41.21%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0BE4F (or 0xC0BE4F) is known color: Celery. HEX triplet: C0, BE and 4F. RGB value is (192,190,79). Sum of RGB (Red+Green+Blue) = 192+190+79=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE4F is #3F41B0. Grayscale: #B2B2B2. Windows color (decimal): -4145585 or 5226176. OLE color: 5226176.

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

Color convert

RGB 192 190 79 -
CMYK 0 0.01 0.59 0.25
HSL 58.94º 0.47% 0.53% -
HSV(B) 58.94º 0.59% 0.75% -
XYZ 41.56 48.6 14.59 -
YUV 177.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 192 190 79 0 0.01 0.59 0.25 58.94 0.47 0.53
Hex C0 BE 4F 0 1 3B 19 3B 2F 35
Octal 300 276 117 0 1 73 31 73 57 65
Binary 11000000 10111110 1001111 0 1 111011 11001 111011 101111 110101

Color Harmonies of #C0BE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE4F

Black with #C0BE4F

Text Example


Text Example

White with #C0BE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE4F; }

 p { color: rgb(192,190,79); }

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

background-color css

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

 a { background-color: rgb(192,190,79); }

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

border-color css

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

 span { border-color: rgb(192,190,79); }

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