Html Css Color HEX #C0B65C Gimblet

📋 copy color: '#C0B65C'

red 192 ◦ green 182 ◦ blue 92

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

Shades of Gimblet #C0B65C

Tints of Gimblet #C0B65C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 41.2%
G = 39.06%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0B65C (or 0xC0B65C) is known color: Gimblet. HEX triplet: C0, B6 and 5C. RGB value is (192,182,92). Sum of RGB (Red+Green+Blue) = 192+182+92=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B65C is #3F49A3. Grayscale: #AFAFAF. Windows color (decimal): -4147620 or 6076096. OLE color: 6076096.

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

Color convert

RGB 192 182 92 -
CMYK 0 0.05 0.52 0.25
HSL 54º 0.44% 0.56% -
HSV(B) 54º 0.52% 0.75% -
XYZ 40.4 45.44 16.77 -
YUV 174.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 192 182 92 0 0.05 0.52 0.25 54 0.44 0.56
Hex C0 B6 5C 0 5 34 19 36 2C 38
Octal 300 266 134 0 5 64 31 66 54 70
Binary 11000000 10110110 1011100 0 101 110100 11001 110110 101100 111000

Color Harmonies of #C0B65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B65C

Black with #C0B65C

Text Example


Text Example

White with #C0B65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B65C; }

 p { color: rgb(192,182,92); }

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

background-color css

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

 a { background-color: rgb(192,182,92); }

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

border-color css

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

 span { border-color: rgb(192,182,92); }

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