Html Css Color HEX #C6B81A Bird Flower

📋 copy color: '#C6B81A'

red 198 ◦ green 184 ◦ blue 26

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

Shades of Bird Flower #C6B81A

Tints of Bird Flower #C6B81A

RGB

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

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

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

R = 48.53%
G = 45.1%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6B81A (or 0xC6B81A) is known color: Bird Flower. HEX triplet: C6, B8 and 1A. RGB value is (198,184,26). Sum of RGB (Red+Green+Blue) = 198+184+26=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B81A is #3947E5. Grayscale: #AAAAAA. Windows color (decimal): -3753958 or 1751238. OLE color: 1751238.

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

Color convert

RGB 198 184 26 -
CMYK 0 0.07 0.87 0.22
HSL 55.12º 0.77% 0.44% -
HSV(B) 55.12º 0.87% 0.78% -
XYZ 40.62 46.36 7.79 -
YUV 170.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 198 184 26 0 0.07 0.87 0.22 55.12 0.77 0.44
Hex C6 B8 1A 0 7 57 16 37 4D 2C
Octal 306 270 32 0 7 127 26 67 115 54
Binary 11000110 10111000 11010 0 111 1010111 10110 110111 1001101 101100

Color Harmonies of #C6B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B81A

Black with #C6B81A

Text Example


Text Example

White with #C6B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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