Html Css Color HEX #C3BA1C Bird Flower

📋 copy color: '#C3BA1C'

red 195 ◦ green 186 ◦ blue 28

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

Shades of Bird Flower #C3BA1C

Tints of Bird Flower #C3BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 47.68%
G = 45.48%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3BA1C (or 0xC3BA1C) is known color: Bird Flower. HEX triplet: C3, BA and 1C. RGB value is (195,186,28). Sum of RGB (Red+Green+Blue) = 195+186+28=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA1C is #3C45E3. Grayscale: #ABABAB. Windows color (decimal): -3950052 or 1882819. OLE color: 1882819.

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

Color convert

RGB 195 186 28 -
CMYK 0 0.05 0.86 0.24
HSL 56.77º 0.75% 0.44% -
HSV(B) 56.77º 0.86% 0.76% -
XYZ 40.27 46.8 8.01 -
YUV 170.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 195 186 28 0 0.05 0.86 0.24 56.77 0.75 0.44
Hex C3 BA 1C 0 5 56 18 39 4B 2C
Octal 303 272 34 0 5 126 30 71 113 54
Binary 11000011 10111010 11100 0 101 1010110 11000 111001 1001011 101100

Color Harmonies of #C3BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA1C

Black with #C3BA1C

Text Example


Text Example

White with #C3BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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