Html Css Color HEX #C2B71E Bird Flower

📋 copy color: '#C2B71E'

red 194 ◦ green 183 ◦ blue 30

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

Shades of Bird Flower #C2B71E

Tints of Bird Flower #C2B71E

RGB

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

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

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

R = 47.67%
G = 44.96%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2B71E (or 0xC2B71E) is known color: Bird Flower. HEX triplet: C2, B7 and 1E. RGB value is (194,183,30). Sum of RGB (Red+Green+Blue) = 194+183+30=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B71E is #3D48E1. Grayscale: #A9A9A9. Windows color (decimal): -4016354 or 2013122. OLE color: 2013122.

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

Color convert

RGB 194 183 30 -
CMYK 0 0.06 0.85 0.24
HSL 55.98º 0.73% 0.44% -
HSV(B) 55.98º 0.85% 0.76% -
XYZ 39.42 45.43 7.92 -
YUV 168.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 194 183 30 0 0.06 0.85 0.24 55.98 0.73 0.44
Hex C2 B7 1E 0 6 55 18 38 49 2C
Octal 302 267 36 0 6 125 30 70 111 54
Binary 11000010 10110111 11110 0 110 1010101 11000 111000 1001001 101100

Color Harmonies of #C2B71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B71E

Black with #C2B71E

Text Example


Text Example

White with #C2B71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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