Html Css Color HEX #C4B822 Bird Flower

📋 copy color: '#C4B822'

red 196 ◦ green 184 ◦ blue 34

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

Shades of Bird Flower #C4B822

Tints of Bird Flower #C4B822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 47.34%
G = 44.44%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C4B822 (or 0xC4B822) is known color: Bird Flower. HEX triplet: C4, B8 and 22. RGB value is (196,184,34). Sum of RGB (Red+Green+Blue) = 196+184+34=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B822 is #3B47DD. Grayscale: #ABABAB. Windows color (decimal): -3885022 or 2275524. OLE color: 2275524.

HSL color Cylindrical-coordinate representation of color #C4B822: hue angle of 55.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4B822 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 34 -
CMYK 0 0.06 0.83 0.23
HSL 55.56º 0.7% 0.45% -
HSV(B) 55.56º 0.83% 0.77% -
XYZ 40.19 46.13 8.3 -
YUV 170.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 196 184 34 0 0.06 0.83 0.23 55.56 0.7 0.45
Hex C4 B8 22 0 6 53 17 38 46 2D
Octal 304 270 42 0 6 123 27 70 106 55
Binary 11000100 10111000 100010 0 110 1010011 10111 111000 1000110 101101

Color Harmonies of #C4B822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B822

Black with #C4B822

Text Example


Text Example

White with #C4B822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B822; }

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

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

background-color css

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

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

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

border-color css

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

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

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