Html Css Color HEX #C6BA23 Bird Flower

📋 copy color: '#C6BA23'

red 198 ◦ green 186 ◦ blue 35

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

Shades of Bird Flower #C6BA23

Tints of Bird Flower #C6BA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.35%

R = 47.26%
G = 44.39%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6BA23 (or 0xC6BA23) is known color: Bird Flower. HEX triplet: C6, BA and 23. RGB value is (198,186,35). Sum of RGB (Red+Green+Blue) = 198+186+35=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA23 is #3945DC. Grayscale: #ACACAC. Windows color (decimal): -3753437 or 2341574. OLE color: 2341574.

HSL color Cylindrical-coordinate representation of color #C6BA23: hue angle of 55.58º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6BA23 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 35 -
CMYK 0 0.06 0.82 0.22
HSL 55.58º 0.7% 0.46% -
HSV(B) 55.58º 0.82% 0.78% -
XYZ 41.15 47.24 8.54 -
YUV 172.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 198 186 35 0 0.06 0.82 0.22 55.58 0.7 0.46
Hex C6 BA 23 0 6 52 16 38 46 2E
Octal 306 272 43 0 6 122 26 70 106 56
Binary 11000110 10111010 100011 0 110 1010010 10110 111000 1000110 101110

Color Harmonies of #C6BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA23

Black with #C6BA23

Text Example


Text Example

White with #C6BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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