Html Css Color HEX #C4B61A Bird Flower

📋 copy color: '#C4B61A'

red 196 ◦ green 182 ◦ blue 26

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

Shades of Bird Flower #C4B61A

Tints of Bird Flower #C4B61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 48.51%
G = 45.05%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4B61A (or 0xC4B61A) is known color: Bird Flower. HEX triplet: C4, B6 and 1A. RGB value is (196,182,26). Sum of RGB (Red+Green+Blue) = 196+182+26=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B61A is #3B49E5. Grayscale: #A9A9A9. Windows color (decimal): -3885542 or 1750724. OLE color: 1750724.

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

Color convert

RGB 196 182 26 -
CMYK 0 0.07 0.87 0.23
HSL 55.06º 0.77% 0.44% -
HSV(B) 55.06º 0.87% 0.77% -
XYZ 39.68 45.27 7.62 -
YUV 168.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 196 182 26 0 0.07 0.87 0.23 55.06 0.77 0.44
Hex C4 B6 1A 0 7 57 17 37 4D 2C
Octal 304 266 32 0 7 127 27 67 115 54
Binary 11000100 10110110 11010 0 111 1010111 10111 110111 1001101 101100

Color Harmonies of #C4B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B61A

Black with #C4B61A

Text Example


Text Example

White with #C4B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B61A; }

 p { color: rgb(196,182,26); }

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

background-color css

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

 a { background-color: rgb(196,182,26); }

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

border-color css

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

 span { border-color: rgb(196,182,26); }

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