Html Css Color HEX #BFD312 Rio Grande

📋 copy color: '#BFD312'

red 191 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #BFD312

Tints of Rio Grande #BFD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.24%

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

R = 45.48%
G = 50.24%
B = 4.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BFD312 (or 0xBFD312) is known color: Rio Grande. HEX triplet: BF, D3 and 12. RGB value is (191,211,18). Sum of RGB (Red+Green+Blue) = 191+211+18=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD312 is #402CED. Grayscale: #B7B7B7. Windows color (decimal): -4205806 or 1233855. OLE color: 1233855.

HSL color Cylindrical-coordinate representation of color #BFD312: hue angle of 66.22º 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 #BFD312 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 18 -
CMYK 0.09 0 0.91 0.17
HSL 66.22º 0.84% 0.45% -
HSV(B) 66.22º 0.91% 0.83% -
XYZ 44.89 57.71 9.35 -
YUV 183.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 191 211 18 0.09 0 0.91 0.17 66.22 0.84 0.45
Hex BF D3 12 9 0 5B 11 42 54 2D
Octal 277 323 22 11 0 133 21 102 124 55
Binary 10111111 11010011 10010 1001 0 1011011 10001 1000010 1010100 101101

Color Harmonies of #BFD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD312

Black with #BFD312

Text Example


Text Example

White with #BFD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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