Html Css Color HEX #BFD51A Rio Grande

📋 copy color: '#BFD51A'

red 191 ◦ green 213 ◦ blue 26

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

Shades of Rio Grande #BFD51A

Tints of Rio Grande #BFD51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.53%

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

R = 44.42%
G = 49.53%
B = 6.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BFD51A (or 0xBFD51A) is known color: Rio Grande. HEX triplet: BF, D5 and 1A. RGB value is (191,213,26). Sum of RGB (Red+Green+Blue) = 191+213+26=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD51A is #402AE5. Grayscale: #B9B9B9. Windows color (decimal): -4205286 or 1758655. OLE color: 1758655.

HSL color Cylindrical-coordinate representation of color #BFD51A: hue angle of 67.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFD51A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 26 -
CMYK 0.10 0 0.88 0.16
HSL 67.06º 0.78% 0.47% -
HSV(B) 67.06º 0.88% 0.84% -
XYZ 45.47 58.74 9.92 -
YUV 185.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 191 213 26 0.10 0 0.88 0.16 67.06 0.78 0.47
Hex BF D5 1A A 0 58 10 43 4E 2F
Octal 277 325 32 12 0 130 20 103 116 57
Binary 10111111 11010101 11010 1010 0 1011000 10000 1000011 1001110 101111

Color Harmonies of #BFD51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD51A

Black with #BFD51A

Text Example


Text Example

White with #BFD51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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