Html Css Color HEX #C2B71B Bird Flower

📋 copy color: '#C2B71B'

red 194 ◦ green 183 ◦ blue 27

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

Shades of Bird Flower #C2B71B

Tints of Bird Flower #C2B71B

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

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

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

R = 48.02%
G = 45.3%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2B71B (or 0xC2B71B) is known color: Bird Flower. HEX triplet: C2, B7 and 1B. RGB value is (194,183,27). Sum of RGB (Red+Green+Blue) = 194+183+27=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B71B is #3D48E4. Grayscale: #A9A9A9. Windows color (decimal): -4016357 or 1816514. OLE color: 1816514.

HSL color Cylindrical-coordinate representation of color #C2B71B: hue angle of 56.05º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B71B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 27 -
CMYK 0 0.06 0.86 0.24
HSL 56.05º 0.76% 0.43% -
HSV(B) 56.05º 0.86% 0.76% -
XYZ 39.38 45.42 7.73 -
YUV 168.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 194 183 27 0 0.06 0.86 0.24 56.05 0.76 0.43
Hex C2 B7 1B 0 6 56 18 38 4C 2B
Octal 302 267 33 0 6 126 30 70 114 53
Binary 11000010 10110111 11011 0 110 1010110 11000 111000 1001100 101011

Color Harmonies of #C2B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B71B

Black with #C2B71B

Text Example


Text Example

White with #C2B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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