Html Css Color HEX #C1BA1F Bird Flower

📋 copy color: '#C1BA1F'

red 193 ◦ green 186 ◦ blue 31

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

Shades of Bird Flower #C1BA1F

Tints of Bird Flower #C1BA1F

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

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

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 47.07%
G = 45.37%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1BA1F (or 0xC1BA1F) is known color: Bird Flower. HEX triplet: C1, BA and 1F. RGB value is (193,186,31). Sum of RGB (Red+Green+Blue) = 193+186+31=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA1F is #3E45E0. Grayscale: #ABABAB. Windows color (decimal): -4081121 or 2079425. OLE color: 2079425.

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

Color convert

RGB 193 186 31 -
CMYK 0 0.04 0.84 0.24
HSL 57.41º 0.72% 0.44% -
HSV(B) 57.41º 0.84% 0.76% -
XYZ 39.8 46.55 8.18 -
YUV 170.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 193 186 31 0 0.04 0.84 0.24 57.41 0.72 0.44
Hex C1 BA 1F 0 4 54 18 39 48 2C
Octal 301 272 37 0 4 124 30 71 110 54
Binary 11000001 10111010 11111 0 100 1010100 11000 111001 1001000 101100

Color Harmonies of #C1BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA1F

Black with #C1BA1F

Text Example


Text Example

White with #C1BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA1F; }

 p { color: rgb(193,186,31); }

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

background-color css

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

 a { background-color: rgb(193,186,31); }

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

border-color css

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

 span { border-color: rgb(193,186,31); }

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