Html Css Color HEX #BFD11A Rio Grande

📋 copy color: '#BFD11A'

red 191 ◦ green 209 ◦ blue 26

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

Shades of Rio Grande #BFD11A

Tints of Rio Grande #BFD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.06%

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

R = 44.84%
G = 49.06%
B = 6.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BFD11A (or 0xBFD11A) is known color: Rio Grande. HEX triplet: BF, D1 and 1A. RGB value is (191,209,26). Sum of RGB (Red+Green+Blue) = 191+209+26=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD11A is #402EE5. Grayscale: #B7B7B7. Windows color (decimal): -4206310 or 1757631. OLE color: 1757631.

HSL color Cylindrical-coordinate representation of color #BFD11A: hue angle of 65.9º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFD11A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 26 -
CMYK 0.09 0 0.88 0.18
HSL 65.9º 0.78% 0.46% -
HSV(B) 65.9º 0.88% 0.82% -
XYZ 44.47 56.75 9.59 -
YUV 182.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 191 209 26 0.09 0 0.88 0.18 65.9 0.78 0.46
Hex BF D1 1A 9 0 58 12 42 4E 2E
Octal 277 321 32 11 0 130 22 102 116 56
Binary 10111111 11010001 11010 1001 0 1011000 10010 1000010 1001110 101110

Color Harmonies of #BFD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD11A

Black with #BFD11A

Text Example


Text Example

White with #BFD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD11A; }

 p { color: rgb(191,209,26); }

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

background-color css

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

 a { background-color: rgb(191,209,26); }

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

border-color css

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

 span { border-color: rgb(191,209,26); }

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