Html Css Color HEX #C2B71A Bird Flower

📋 copy color: '#C2B71A'

red 194 ◦ green 183 ◦ blue 26

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

Shades of Bird Flower #C2B71A

Tints of Bird Flower #C2B71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 48.14%
G = 45.41%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B71A (or 0xC2B71A) is known color: Bird Flower. HEX triplet: C2, B7 and 1A. RGB value is (194,183,26). Sum of RGB (Red+Green+Blue) = 194+183+26=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B71A is #3D48E5. Grayscale: #A9A9A9. Windows color (decimal): -4016358 or 1750978. OLE color: 1750978.

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

Color convert

RGB 194 183 26 -
CMYK 0 0.06 0.87 0.24
HSL 56.07º 0.76% 0.43% -
HSV(B) 56.07º 0.87% 0.76% -
XYZ 39.37 45.41 7.67 -
YUV 168.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 194 183 26 0 0.06 0.87 0.24 56.07 0.76 0.43
Hex C2 B7 1A 0 6 57 18 38 4C 2B
Octal 302 267 32 0 6 127 30 70 114 53
Binary 11000010 10110111 11010 0 110 1010111 11000 111000 1001100 101011

Color Harmonies of #C2B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B71A

Black with #C2B71A

Text Example


Text Example

White with #C2B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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