Html Css Color HEX #C3BF20 Bird Flower

📋 copy color: '#C3BF20'

red 195 ◦ green 191 ◦ blue 32

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

Shades of Bird Flower #C3BF20

Tints of Bird Flower #C3BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

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

R = 46.65%
G = 45.69%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3BF20 (or 0xC3BF20) is known color: Bird Flower. HEX triplet: C3, BF and 20. RGB value is (195,191,32). Sum of RGB (Red+Green+Blue) = 195+191+32=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF20 is #3C40DF. Grayscale: #AEAEAE. Windows color (decimal): -3948768 or 2146243. OLE color: 2146243.

HSL color Cylindrical-coordinate representation of color #C3BF20: hue angle of 58.53º 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 #C3BF20 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 191 32 -
CMYK 0 0.02 0.84 0.24
HSL 58.53º 0.72% 0.45% -
HSV(B) 58.53º 0.84% 0.76% -
XYZ 41.4 48.97 8.64 -
YUV 174.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 195 191 32 0 0.02 0.84 0.24 58.53 0.72 0.45
Hex C3 BF 20 0 2 54 18 3B 48 2D
Octal 303 277 40 0 2 124 30 73 110 55
Binary 11000011 10111111 100000 0 10 1010100 11000 111011 1001000 101101

Color Harmonies of #C3BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BF20

Black with #C3BF20

Text Example


Text Example

White with #C3BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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