Html Css Color HEX #BFD614 Rio Grande

📋 copy color: '#BFD614'

red 191 ◦ green 214 ◦ blue 20

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

Shades of Rio Grande #BFD614

Tints of Rio Grande #BFD614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 44.94%
G = 50.35%
B = 4.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BFD614 (or 0xBFD614) is known color: Rio Grande. HEX triplet: BF, D6 and 14. RGB value is (191,214,20). Sum of RGB (Red+Green+Blue) = 191+214+20=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD614 is #4029EB. Grayscale: #B9B9B9. Windows color (decimal): -4205036 or 1365695. OLE color: 1365695.

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

Color convert

RGB 191 214 20 -
CMYK 0.11 0 0.91 0.16
HSL 67.11º 0.83% 0.46% -
HSV(B) 67.11º 0.91% 0.84% -
XYZ 45.66 59.22 9.69 -
YUV 185.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 191 214 20 0.11 0 0.91 0.16 67.11 0.83 0.46
Hex BF D6 14 B 0 5B 10 43 53 2E
Octal 277 326 24 13 0 133 20 103 123 56
Binary 10111111 11010110 10100 1011 0 1011011 10000 1000011 1010011 101110

Color Harmonies of #BFD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD614

Black with #BFD614

Text Example


Text Example

White with #BFD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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