Html Css Color HEX #C0BE3D Celery

📋 copy color: '#C0BE3D'

red 192 ◦ green 190 ◦ blue 61

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

Shades of Celery #C0BE3D

Tints of Celery #C0BE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 43.34%
G = 42.89%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0BE3D (or 0xC0BE3D) is known color: Celery. HEX triplet: C0, BE and 3D. RGB value is (192,190,61). Sum of RGB (Red+Green+Blue) = 192+190+61=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE3D is #3F41C2. Grayscale: #B0B0B0. Windows color (decimal): -4145603 or 4046528. OLE color: 4046528.

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

Color convert

RGB 192 190 61 -
CMYK 0 0.01 0.68 0.25
HSL 59.08º 0.52% 0.5% -
HSV(B) 59.08º 0.68% 0.75% -
XYZ 40.99 48.37 11.59 -
YUV 175.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 192 190 61 0 0.01 0.68 0.25 59.08 0.52 0.5
Hex C0 BE 3D 0 1 44 19 3B 34 32
Octal 300 276 75 0 1 104 31 73 64 62
Binary 11000000 10111110 111101 0 1 1000100 11001 111011 110100 110010

Color Harmonies of #C0BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE3D

Black with #C0BE3D

Text Example


Text Example

White with #C0BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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