Html Css Color HEX #BFD615 Rio Grande

📋 copy color: '#BFD615'

red 191 ◦ green 214 ◦ blue 21

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

Shades of Rio Grande #BFD615

Tints of Rio Grande #BFD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.23%

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 44.84%
G = 50.23%
B = 4.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BFD615 (or 0xBFD615) is known color: Rio Grande. HEX triplet: BF, D6 and 15. RGB value is (191,214,21). Sum of RGB (Red+Green+Blue) = 191+214+21=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD615 is #4029EA. Grayscale: #B9B9B9. Windows color (decimal): -4205035 or 1431231. OLE color: 1431231.

HSL color Cylindrical-coordinate representation of color #BFD615: hue angle of 67.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFD615 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 21 -
CMYK 0.11 0 0.90 0.16
HSL 67.15º 0.82% 0.46% -
HSV(B) 67.15º 0.9% 0.84% -
XYZ 45.67 59.22 9.73 -
YUV 185.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 191 214 21 0.11 0 0.90 0.16 67.15 0.82 0.46
Hex BF D6 15 B 0 5A 10 43 52 2E
Octal 277 326 25 13 0 132 20 103 122 56
Binary 10111111 11010110 10101 1011 0 1011010 10000 1000011 1010010 101110

Color Harmonies of #BFD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD615

Black with #BFD615

Text Example


Text Example

White with #BFD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD615; }

 p { color: rgb(191,214,21); }

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

background-color css

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

 a { background-color: rgb(191,214,21); }

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

border-color css

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

 span { border-color: rgb(191,214,21); }

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