Html Css Color HEX #BFC121 Rio Grande

📋 copy color: '#BFC121'

red 191 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #BFC121

Tints of Rio Grande #BFC121

RGB

 RED value IS 191 (75% from 255) = 45.8%

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 45.8%
G = 46.28%
B = 7.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#BFC121 (or 0xBFC121) is known color: Rio Grande. HEX triplet: BF, C1 and 21. RGB value is (191,193,33). Sum of RGB (Red+Green+Blue) = 191+193+33=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC121 is #403EDE. Grayscale: #AEAEAE. Windows color (decimal): -4210399 or 2212287. OLE color: 2212287.

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

Color convert

RGB 191 193 33 -
CMYK 0.01 0 0.83 0.24
HSL 60.75º 0.71% 0.44% -
HSV(B) 60.75º 0.83% 0.76% -
XYZ 40.83 49.33 8.81 -
YUV 174.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 191 193 33 0.01 0 0.83 0.24 60.75 0.71 0.44
Hex BF C1 21 1 0 53 18 3D 47 2C
Octal 277 301 41 1 0 123 30 75 107 54
Binary 10111111 11000001 100001 1 0 1010011 11000 111101 1000111 101100

Color Harmonies of #BFC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC121

Black with #BFC121

Text Example


Text Example

White with #BFC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC121; }

 p { color: rgb(191,193,33); }

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

background-color css

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

 a { background-color: rgb(191,193,33); }

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

border-color css

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

 span { border-color: rgb(191,193,33); }

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