Html Css Color HEX #C6BE20 Bird Flower

📋 copy color: '#C6BE20'

red 198 ◦ green 190 ◦ blue 32

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

Shades of Bird Flower #C6BE20

Tints of Bird Flower #C6BE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 47.14%
G = 45.24%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6BE20 (or 0xC6BE20) is known color: Bird Flower. HEX triplet: C6, BE and 20. RGB value is (198,190,32). Sum of RGB (Red+Green+Blue) = 198+190+32=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE20 is #3941DF. Grayscale: #AFAFAF. Windows color (decimal): -3752416 or 2145990. OLE color: 2145990.

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

Color convert

RGB 198 190 32 -
CMYK 0 0.04 0.84 0.22
HSL 57.11º 0.72% 0.45% -
HSV(B) 57.11º 0.84% 0.78% -
XYZ 41.96 48.94 8.6 -
YUV 174.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 198 190 32 0 0.04 0.84 0.22 57.11 0.72 0.45
Hex C6 BE 20 0 4 54 16 39 48 2D
Octal 306 276 40 0 4 124 26 71 110 55
Binary 11000110 10111110 100000 0 100 1010100 10110 111001 1001000 101101

Color Harmonies of #C6BE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE20

Black with #C6BE20

Text Example


Text Example

White with #C6BE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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