Html Css Color HEX #C0BD3F Celery

📋 copy color: '#C0BD3F'

red 192 ◦ green 189 ◦ blue 63

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

Shades of Celery #C0BD3F

Tints of Celery #C0BD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 43.24%
G = 42.57%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0BD3F (or 0xC0BD3F) is known color: Celery. HEX triplet: C0, BD and 3F. RGB value is (192,189,63). Sum of RGB (Red+Green+Blue) = 192+189+63=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3F is #3F42C0. Grayscale: #B0B0B0. Windows color (decimal): -4145857 or 4177344. OLE color: 4177344.

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

Color convert

RGB 192 189 63 -
CMYK 0 0.02 0.67 0.25
HSL 58.6º 0.51% 0.5% -
HSV(B) 58.6º 0.67% 0.75% -
XYZ 40.83 47.96 11.81 -
YUV 175.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 192 189 63 0 0.02 0.67 0.25 58.6 0.51 0.5
Hex C0 BD 3F 0 2 43 19 3B 33 32
Octal 300 275 77 0 2 103 31 73 63 62
Binary 11000000 10111101 111111 0 10 1000011 11001 111011 110011 110010

Color Harmonies of #C0BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD3F

Black with #C0BD3F

Text Example


Text Example

White with #C0BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD3F; }

 p { color: rgb(192,189,63); }

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

background-color css

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

 a { background-color: rgb(192,189,63); }

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

border-color css

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

 span { border-color: rgb(192,189,63); }

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