Html Css Color HEX #BFD51C Rio Grande

📋 copy color: '#BFD51C'

red 191 ◦ green 213 ◦ blue 28

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

Shades of Rio Grande #BFD51C

Tints of Rio Grande #BFD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 44.21%
G = 49.31%
B = 6.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BFD51C (or 0xBFD51C) is known color: Rio Grande. HEX triplet: BF, D5 and 1C. RGB value is (191,213,28). Sum of RGB (Red+Green+Blue) = 191+213+28=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD51C is #402AE3. Grayscale: #BABABA. Windows color (decimal): -4205284 or 1889727. OLE color: 1889727.

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

Color convert

RGB 191 213 28 -
CMYK 0.10 0 0.87 0.16
HSL 67.14º 0.77% 0.47% -
HSV(B) 67.14º 0.87% 0.84% -
XYZ 45.49 58.75 10.04 -
YUV 185.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 191 213 28 0.10 0 0.87 0.16 67.14 0.77 0.47
Hex BF D5 1C A 0 57 10 43 4D 2F
Octal 277 325 34 12 0 127 20 103 115 57
Binary 10111111 11010101 11100 1010 0 1010111 10000 1000011 1001101 101111

Color Harmonies of #BFD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD51C

Black with #BFD51C

Text Example


Text Example

White with #BFD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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