Html Css Color HEX #BFD60F Rio Grande

📋 copy color: '#BFD60F'

red 191 ◦ green 214 ◦ blue 15

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

Shades of Rio Grande #BFD60F

Tints of Rio Grande #BFD60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 45.48%
G = 50.95%
B = 3.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BFD60F (or 0xBFD60F) is known color: Rio Grande. HEX triplet: BF, D6 and 0F. RGB value is (191,214,15). Sum of RGB (Red+Green+Blue) = 191+214+15=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD60F is #4029F0. Grayscale: #B9B9B9. Windows color (decimal): -4205041 or 1038015. OLE color: 1038015.

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

Color convert

RGB 191 214 15 -
CMYK 0.11 0 0.93 0.16
HSL 66.93º 0.87% 0.45% -
HSV(B) 66.93º 0.93% 0.84% -
XYZ 45.62 59.2 9.48 -
YUV 184.44 32.38 132.68 -
System Red Green Blue C M Y K H S L
Decimal 191 214 15 0.11 0 0.93 0.16 66.93 0.87 0.45
Hex BF D6 F B 0 5D 10 43 57 2D
Octal 277 326 17 13 0 135 20 103 127 55
Binary 10111111 11010110 1111 1011 0 1011101 10000 1000011 1010111 101101

Color Harmonies of #BFD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD60F

Black with #BFD60F

Text Example


Text Example

White with #BFD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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