Html Css Color HEX #C6B822 Bird Flower

📋 copy color: '#C6B822'

red 198 ◦ green 184 ◦ blue 34

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

Shades of Bird Flower #C6B822

Tints of Bird Flower #C6B822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 47.6%
G = 44.23%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C6B822 (or 0xC6B822) is known color: Bird Flower. HEX triplet: C6, B8 and 22. RGB value is (198,184,34). Sum of RGB (Red+Green+Blue) = 198+184+34=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B822 is #3947DD. Grayscale: #ABABAB. Windows color (decimal): -3753950 or 2275526. OLE color: 2275526.

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

Color convert

RGB 198 184 34 -
CMYK 0 0.07 0.83 0.22
HSL 54.88º 0.71% 0.45% -
HSV(B) 54.88º 0.83% 0.78% -
XYZ 40.72 46.4 8.32 -
YUV 171.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 198 184 34 0 0.07 0.83 0.22 54.88 0.71 0.45
Hex C6 B8 22 0 7 53 16 37 47 2D
Octal 306 270 42 0 7 123 26 67 107 55
Binary 11000110 10111000 100010 0 111 1010011 10110 110111 1000111 101101

Color Harmonies of #C6B822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B822

Black with #C6B822

Text Example


Text Example

White with #C6B822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B822; }

 p { color: rgb(198,184,34); }

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

background-color css

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

 a { background-color: rgb(198,184,34); }

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

border-color css

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

 span { border-color: rgb(198,184,34); }

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