Html Css Color HEX #C6BE78 Yuma

📋 copy color: '#C6BE78'

red 198 ◦ green 190 ◦ blue 120

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

Shades of Yuma #C6BE78

Tints of Yuma #C6BE78

RGB

 RED value IS 198 (77.73% from 255) = 38.98%

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

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 38.98%
G = 37.4%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C6BE78 (or 0xC6BE78) is known color: Yuma. HEX triplet: C6, BE and 78. RGB value is (198,190,120). Sum of RGB (Red+Green+Blue) = 198+190+120=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE78 is #394187. Grayscale: #B8B8B8. Windows color (decimal): -3752328 or 7913158. OLE color: 7913158.

HSL color Cylindrical-coordinate representation of color #C6BE78: hue angle of 53.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6BE78 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 120 -
CMYK 0 0.04 0.39 0.22
HSL 53.85º 0.41% 0.62% -
HSV(B) 53.85º 0.39% 0.78% -
XYZ 45.09 50.19 25.08 -
YUV 184.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 198 190 120 0 0.04 0.39 0.22 53.85 0.41 0.62
Hex C6 BE 78 0 4 27 16 36 29 3E
Octal 306 276 170 0 4 47 26 66 51 76
Binary 11000110 10111110 1111000 0 100 100111 10110 110110 101001 111110

Color Harmonies of #C6BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE78

Black with #C6BE78

Text Example


Text Example

White with #C6BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE78; }

 p { color: rgb(198,190,120); }

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

background-color css

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

 a { background-color: rgb(198,190,120); }

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

border-color css

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

 span { border-color: rgb(198,190,120); }

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