Html Css Color HEX #C4BA1B Bird Flower

📋 copy color: '#C4BA1B'

red 196 ◦ green 186 ◦ blue 27

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

Shades of Bird Flower #C4BA1B

Tints of Bird Flower #C4BA1B

RGB

 RED value IS 196 (76.95% from 255) = 47.92%

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 47.92%
G = 45.48%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4BA1B (or 0xC4BA1B) is known color: Bird Flower. HEX triplet: C4, BA and 1B. RGB value is (196,186,27). Sum of RGB (Red+Green+Blue) = 196+186+27=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA1B is #3B45E4. Grayscale: #ABABAB. Windows color (decimal): -3884517 or 1817284. OLE color: 1817284.

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

Color convert

RGB 196 186 27 -
CMYK 0 0.05 0.86 0.23
HSL 56.45º 0.76% 0.44% -
HSV(B) 56.45º 0.86% 0.77% -
XYZ 40.52 46.93 7.96 -
YUV 170.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 196 186 27 0 0.05 0.86 0.23 56.45 0.76 0.44
Hex C4 BA 1B 0 5 56 17 38 4C 2C
Octal 304 272 33 0 5 126 27 70 114 54
Binary 11000100 10111010 11011 0 101 1010110 10111 111000 1001100 101100

Color Harmonies of #C4BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA1B

Black with #C4BA1B

Text Example


Text Example

White with #C4BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA1B; }

 p { color: rgb(196,186,27); }

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

background-color css

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

 a { background-color: rgb(196,186,27); }

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

border-color css

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

 span { border-color: rgb(196,186,27); }

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