Html Css Color HEX #C3BA19 Bird Flower

📋 copy color: '#C3BA19'

red 195 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #C3BA19

Tints of Bird Flower #C3BA19

RGB

 RED value IS 195 (76.56% from 255) = 48.03%

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

 BLUE value IS 25 (10.16% from 255) = 6.16%

R = 48.03%
G = 45.81%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3BA19 (or 0xC3BA19) is known color: Bird Flower. HEX triplet: C3, BA and 19. RGB value is (195,186,25). Sum of RGB (Red+Green+Blue) = 195+186+25=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA19 is #3C45E6. Grayscale: #AAAAAA. Windows color (decimal): -3950055 or 1686211. OLE color: 1686211.

HSL color Cylindrical-coordinate representation of color #C3BA19: hue angle of 56.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3BA19 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 25 -
CMYK 0 0.05 0.87 0.24
HSL 56.82º 0.77% 0.43% -
HSV(B) 56.82º 0.87% 0.76% -
XYZ 40.24 46.79 7.83 -
YUV 170.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 195 186 25 0 0.05 0.87 0.24 56.82 0.77 0.43
Hex C3 BA 19 0 5 57 18 39 4D 2B
Octal 303 272 31 0 5 127 30 71 115 53
Binary 11000011 10111010 11001 0 101 1010111 11000 111001 1001101 101011

Color Harmonies of #C3BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA19

Black with #C3BA19

Text Example


Text Example

White with #C3BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA19; }

 p { color: rgb(195,186,25); }

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

background-color css

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

 a { background-color: rgb(195,186,25); }

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

border-color css

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

 span { border-color: rgb(195,186,25); }

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