Html Css Color HEX #C5B81E Bird Flower

📋 copy color: '#C5B81E'

red 197 ◦ green 184 ◦ blue 30

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

Shades of Bird Flower #C5B81E

Tints of Bird Flower #C5B81E

RGB

 RED value IS 197 (77.34% from 255) = 47.93%

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

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 47.93%
G = 44.77%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5B81E (or 0xC5B81E) is known color: Bird Flower. HEX triplet: C5, B8 and 1E. RGB value is (197,184,30). Sum of RGB (Red+Green+Blue) = 197+184+30=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B81E is #3A47E1. Grayscale: #AAAAAA. Windows color (decimal): -3819490 or 2013381. OLE color: 2013381.

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

Color convert

RGB 197 184 30 -
CMYK 0 0.07 0.85 0.23
HSL 55.33º 0.74% 0.45% -
HSV(B) 55.33º 0.85% 0.77% -
XYZ 40.4 46.25 8.03 -
YUV 170.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 197 184 30 0 0.07 0.85 0.23 55.33 0.74 0.45
Hex C5 B8 1E 0 7 55 17 37 4A 2D
Octal 305 270 36 0 7 125 27 67 112 55
Binary 11000101 10111000 11110 0 111 1010101 10111 110111 1001010 101101

Color Harmonies of #C5B81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B81E

Black with #C5B81E

Text Example


Text Example

White with #C5B81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B81E; }

 p { color: rgb(197,184,30); }

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

background-color css

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

 a { background-color: rgb(197,184,30); }

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

border-color css

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

 span { border-color: rgb(197,184,30); }

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