Html Css Color HEX #C0BF41 Celery

📋 copy color: '#C0BF41'

red 192 ◦ green 191 ◦ blue 65

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

Shades of Celery #C0BF41

Tints of Celery #C0BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 42.86%
G = 42.63%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BF41 (or 0xC0BF41) is known color: Celery. HEX triplet: C0, BF and 41. RGB value is (192,191,65). Sum of RGB (Red+Green+Blue) = 192+191+65=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF41 is #3F40BE. Grayscale: #B1B1B1. Windows color (decimal): -4145343 or 4308928. OLE color: 4308928.

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

Color convert

RGB 192 191 65 -
CMYK 0 0.01 0.66 0.25
HSL 59.53º 0.5% 0.5% -
HSV(B) 59.53º 0.66% 0.75% -
XYZ 41.32 48.85 12.25 -
YUV 176.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 192 191 65 0 0.01 0.66 0.25 59.53 0.5 0.5
Hex C0 BF 41 0 1 42 19 3C 32 32
Octal 300 277 101 0 1 102 31 74 62 62
Binary 11000000 10111111 1000001 0 1 1000010 11001 111100 110010 110010

Color Harmonies of #C0BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF41

Black with #C0BF41

Text Example


Text Example

White with #C0BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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