Html Css Color HEX #C6B51A Bird Flower

📋 copy color: '#C6B51A'

red 198 ◦ green 181 ◦ blue 26

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

Shades of Bird Flower #C6B51A

Tints of Bird Flower #C6B51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 48.89%
G = 44.69%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6B51A (or 0xC6B51A) is known color: Bird Flower. HEX triplet: C6, B5 and 1A. RGB value is (198,181,26). Sum of RGB (Red+Green+Blue) = 198+181+26=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B51A is #394AE5. Grayscale: #A9A9A9. Windows color (decimal): -3754726 or 1750470. OLE color: 1750470.

HSL color Cylindrical-coordinate representation of color #C6B51A: hue angle of 54.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6B51A is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 181 26 -
CMYK 0 0.09 0.87 0.22
HSL 54.07º 0.77% 0.44% -
HSV(B) 54.07º 0.87% 0.78% -
XYZ 40 45.13 7.58 -
YUV 168.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 198 181 26 0 0.09 0.87 0.22 54.07 0.77 0.44
Hex C6 B5 1A 0 9 57 16 36 4D 2C
Octal 306 265 32 0 11 127 26 66 115 54
Binary 11000110 10110101 11010 0 1001 1010111 10110 110110 1001101 101100

Color Harmonies of #C6B51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B51A

Black with #C6B51A

Text Example


Text Example

White with #C6B51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B51A; }

 p { color: rgb(198,181,26); }

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

background-color css

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

 a { background-color: rgb(198,181,26); }

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

border-color css

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

 span { border-color: rgb(198,181,26); }

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