Html Css Color HEX #BFD512 Rio Grande

📋 copy color: '#BFD512'

red 191 ◦ green 213 ◦ blue 18

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

Shades of Rio Grande #BFD512

Tints of Rio Grande #BFD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.27%

R = 45.26%
G = 50.47%
B = 4.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BFD512 (or 0xBFD512) is known color: Rio Grande. HEX triplet: BF, D5 and 12. RGB value is (191,213,18). Sum of RGB (Red+Green+Blue) = 191+213+18=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD512 is #402AED. Grayscale: #B8B8B8. Windows color (decimal): -4205294 or 1234367. OLE color: 1234367.

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

Color convert

RGB 191 213 18 -
CMYK 0.10 0 0.92 0.16
HSL 66.77º 0.84% 0.45% -
HSV(B) 66.77º 0.92% 0.84% -
XYZ 45.39 58.71 9.51 -
YUV 184.19 34.21 132.86 -
System Red Green Blue C M Y K H S L
Decimal 191 213 18 0.10 0 0.92 0.16 66.77 0.84 0.45
Hex BF D5 12 A 0 5C 10 43 54 2D
Octal 277 325 22 12 0 134 20 103 124 55
Binary 10111111 11010101 10010 1010 0 1011100 10000 1000011 1010100 101101

Color Harmonies of #BFD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD512

Black with #BFD512

Text Example


Text Example

White with #BFD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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