Html Css Color HEX #C7BA18 Bird Flower

📋 copy color: '#C7BA18'

red 199 ◦ green 186 ◦ blue 24

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

Shades of Bird Flower #C7BA18

Tints of Bird Flower #C7BA18

RGB

 RED value IS 199 (78.13% from 255) = 48.66%

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

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 48.66%
G = 45.48%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7BA18 (or 0xC7BA18) is known color: Bird Flower. HEX triplet: C7, BA and 18. RGB value is (199,186,24). Sum of RGB (Red+Green+Blue) = 199+186+24=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA18 is #3845E7. Grayscale: #ACACAC. Windows color (decimal): -3687912 or 1620679. OLE color: 1620679.

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

Color convert

RGB 199 186 24 -
CMYK 0 0.07 0.88 0.22
HSL 55.54º 0.78% 0.44% -
HSV(B) 55.54º 0.88% 0.78% -
XYZ 41.28 47.33 7.82 -
YUV 171.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 199 186 24 0 0.07 0.88 0.22 55.54 0.78 0.44
Hex C7 BA 18 0 7 58 16 38 4E 2C
Octal 307 272 30 0 7 130 26 70 116 54
Binary 11000111 10111010 11000 0 111 1011000 10110 111000 1001110 101100

Color Harmonies of #C7BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA18

Black with #C7BA18

Text Example


Text Example

White with #C7BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA18; }

 p { color: rgb(199,186,24); }

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

background-color css

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

 a { background-color: rgb(199,186,24); }

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

border-color css

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

 span { border-color: rgb(199,186,24); }

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