Html Css Color HEX #C6BA1A Bird Flower

📋 copy color: '#C6BA1A'

red 198 ◦ green 186 ◦ blue 26

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

Shades of Bird Flower #C6BA1A

Tints of Bird Flower #C6BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 48.29%
G = 45.37%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6BA1A (or 0xC6BA1A) is known color: Bird Flower. HEX triplet: C6, BA and 1A. RGB value is (198,186,26). Sum of RGB (Red+Green+Blue) = 198+186+26=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA1A is #3945E5. Grayscale: #ACACAC. Windows color (decimal): -3753446 or 1751750. OLE color: 1751750.

HSL color Cylindrical-coordinate representation of color #C6BA1A: hue angle of 55.81º 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 #C6BA1A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 26 -
CMYK 0 0.06 0.87 0.22
HSL 55.81º 0.77% 0.44% -
HSV(B) 55.81º 0.87% 0.78% -
XYZ 41.03 47.2 7.92 -
YUV 171.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 198 186 26 0 0.06 0.87 0.22 55.81 0.77 0.44
Hex C6 BA 1A 0 6 57 16 38 4D 2C
Octal 306 272 32 0 6 127 26 70 115 54
Binary 11000110 10111010 11010 0 110 1010111 10110 111000 1001101 101100

Color Harmonies of #C6BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA1A

Black with #C6BA1A

Text Example


Text Example

White with #C6BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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