Html Css Color HEX #C4B81B Bird Flower

📋 copy color: '#C4B81B'

red 196 ◦ green 184 ◦ blue 27

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

Shades of Bird Flower #C4B81B

Tints of Bird Flower #C4B81B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

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

R = 48.16%
G = 45.21%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4B81B (or 0xC4B81B) is known color: Bird Flower. HEX triplet: C4, B8 and 1B. RGB value is (196,184,27). Sum of RGB (Red+Green+Blue) = 196+184+27=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B81B is #3B47E4. Grayscale: #AAAAAA. Windows color (decimal): -3885029 or 1816772. OLE color: 1816772.

HSL color Cylindrical-coordinate representation of color #C4B81B: hue angle of 55.74º 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 #C4B81B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 27 -
CMYK 0 0.06 0.86 0.23
HSL 55.74º 0.76% 0.44% -
HSV(B) 55.74º 0.86% 0.77% -
XYZ 40.1 46.1 7.82 -
YUV 169.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 196 184 27 0 0.06 0.86 0.23 55.74 0.76 0.44
Hex C4 B8 1B 0 6 56 17 38 4C 2C
Octal 304 270 33 0 6 126 27 70 114 54
Binary 11000100 10111000 11011 0 110 1010110 10111 111000 1001100 101100

Color Harmonies of #C4B81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B81B

Black with #C4B81B

Text Example


Text Example

White with #C4B81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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