Html Css Color HEX #BFD413 Rio Grande

📋 copy color: '#BFD413'

red 191 ◦ green 212 ◦ blue 19

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

Shades of Rio Grande #BFD413

Tints of Rio Grande #BFD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.24%

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 45.26%
G = 50.24%
B = 4.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BFD413 (or 0xBFD413) is known color: Rio Grande. HEX triplet: BF, D4 and 13. RGB value is (191,212,19). Sum of RGB (Red+Green+Blue) = 191+212+19=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD413 is #402BEC. Grayscale: #B8B8B8. Windows color (decimal): -4205549 or 1299647. OLE color: 1299647.

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

Color convert

RGB 191 212 19 -
CMYK 0.10 0 0.91 0.17
HSL 66.53º 0.84% 0.45% -
HSV(B) 66.53º 0.91% 0.83% -
XYZ 45.15 58.21 9.47 -
YUV 183.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 191 212 19 0.10 0 0.91 0.17 66.53 0.84 0.45
Hex BF D4 13 A 0 5B 11 43 54 2D
Octal 277 324 23 12 0 133 21 103 124 55
Binary 10111111 11010100 10011 1010 0 1011011 10001 1000011 1010100 101101

Color Harmonies of #BFD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD413

Black with #BFD413

Text Example


Text Example

White with #BFD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD413; }

 p { color: rgb(191,212,19); }

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

background-color css

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

 a { background-color: rgb(191,212,19); }

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

border-color css

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

 span { border-color: rgb(191,212,19); }

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