Html Css Color HEX #C3BC20 Bird Flower

📋 copy color: '#C3BC20'

red 195 ◦ green 188 ◦ blue 32

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

Shades of Bird Flower #C3BC20

Tints of Bird Flower #C3BC20

RGB

 RED value IS 195 (76.56% from 255) = 46.99%

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 46.99%
G = 45.3%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3BC20 (or 0xC3BC20) is known color: Bird Flower. HEX triplet: C3, BC and 20. RGB value is (195,188,32). Sum of RGB (Red+Green+Blue) = 195+188+32=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC20 is #3C43DF. Grayscale: #ACACAC. Windows color (decimal): -3949536 or 2145475. OLE color: 2145475.

HSL color Cylindrical-coordinate representation of color #C3BC20: hue angle of 57.42º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3BC20 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 32 -
CMYK 0 0.04 0.84 0.24
HSL 57.42º 0.72% 0.45% -
HSV(B) 57.42º 0.84% 0.76% -
XYZ 40.75 47.67 8.42 -
YUV 172.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 195 188 32 0 0.04 0.84 0.24 57.42 0.72 0.45
Hex C3 BC 20 0 4 54 18 39 48 2D
Octal 303 274 40 0 4 124 30 71 110 55
Binary 11000011 10111100 100000 0 100 1010100 11000 111001 1001000 101101

Color Harmonies of #C3BC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC20

Black with #C3BC20

Text Example


Text Example

White with #C3BC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC20; }

 p { color: rgb(195,188,32); }

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

background-color css

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

 a { background-color: rgb(195,188,32); }

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

border-color css

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

 span { border-color: rgb(195,188,32); }

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