Html Css Color HEX #C5B71B Bird Flower

📋 copy color: '#C5B71B'

red 197 ◦ green 183 ◦ blue 27

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

Shades of Bird Flower #C5B71B

Tints of Bird Flower #C5B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.96%

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

R = 48.4%
G = 44.96%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5B71B (or 0xC5B71B) is known color: Bird Flower. HEX triplet: C5, B7 and 1B. RGB value is (197,183,27). Sum of RGB (Red+Green+Blue) = 197+183+27=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B71B is #3A48E4. Grayscale: #AAAAAA. Windows color (decimal): -3819749 or 1816517. OLE color: 1816517.

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

Color convert

RGB 197 183 27 -
CMYK 0 0.07 0.86 0.23
HSL 55.06º 0.76% 0.44% -
HSV(B) 55.06º 0.86% 0.77% -
XYZ 40.16 45.82 7.76 -
YUV 169.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 197 183 27 0 0.07 0.86 0.23 55.06 0.76 0.44
Hex C5 B7 1B 0 7 56 17 37 4C 2C
Octal 305 267 33 0 7 126 27 67 114 54
Binary 11000101 10110111 11011 0 111 1010110 10111 110111 1001100 101100

Color Harmonies of #C5B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B71B

Black with #C5B71B

Text Example


Text Example

White with #C5B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B71B; }

 p { color: rgb(197,183,27); }

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

background-color css

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

 a { background-color: rgb(197,183,27); }

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

border-color css

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

 span { border-color: rgb(197,183,27); }

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